MacBook:build myname$ cmake .. -DCMAKE_BUILD_TYPE="release" -DPROC_TARGET_NUMBER="2" -DCACHE_NAME_SUFFIX="5.8-dev" -DCMAKE_C_COMPILER="clang" -DCMAKE_CXX_COMPILER="clang++" -DWITH_LTO="OFF" -DLENSFUNDBDIR="/Applications/RawTherapee.app/Contents/Resources/share/lensfun" -DOpenMP_C_FLAGS=-fopenmp=libomp -DOpenMP_CXX_FLAGS=-fopenmp=libomp -DOpenMP_C_LIB_NAMES="libomp" -DOpenMP_CXX_LIB_NAMES="libomp" -DOpenMP_libomp_LIBRARY="/usr/local/lib/libomp.dylib" -DOpenMP_CXX_FLAGS="-Wno-pass-failed -Wno-deprecated-register -Xpreprocessor -fopenmp /usr/local/lib/libomp.dylib -I/usr/local/include" -DOpenMP_CXX_LIB_NAMES="libomp" -DOpenMP_C_FLAGS="-Wno-pass-failed -Wno-deprecated-register -Xpreprocessor -fopenmp /usr/local/lib/libomp.dylib -I/usr/local/include" -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_EXE_LINKER_FLAGS="-L/usr/local/opt/libffi/lib -L/usr/local/lib" -DCMAKE_AR="/usr/bin/ar" -DCMAKE_RANLIB="/usr/bin/ranlib" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" -- The C compiler identification is AppleClang 12.0.0.12000032 -- The CXX compiler identification is AppleClang 12.0.0.12000032 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE_BUILD_TYPE: release -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") -- Checking for module 'gtk+-3.0>=3.16' -- Found gtk+-3.0, version 3.24.23 -- Checking for module 'gtkmm-3.0>=3.16' -- Found gtkmm-3.0, version 3.24.2 -- Checking for module 'glib-2.0>=2.44' -- Found glib-2.0, version 2.66.2 -- Checking for module 'glibmm-2.4>=2.44' -- Found glibmm-2.4, version 2.64.2 -- Checking for module 'cairomm-1.0' -- Found cairomm-1.0, version 1.12.2 -- Checking for module 'gio-2.0>=2.44' -- Found gio-2.0, version 2.66.2 -- Checking for module 'giomm-2.4>=2.44' -- Found giomm-2.4, version 2.64.2 -- Checking for module 'gthread-2.0>=2.44' -- Found gthread-2.0, version 2.66.2 -- Checking for module 'gobject-2.0>=2.44' -- Found gobject-2.0, version 2.66.2 -- Checking for module 'sigc++-2.0>=2.3.1' -- Found sigc++-2.0, version 2.10.4 -- Checking for module 'lensfun>=0.2' -- Found lensfun, version 0.3.95.0 -- Checking for module 'librsvg-2.0>=2.40' -- Found librsvg-2.0, version 2.50.2 -- Checking for module 'exiv2>=0.24' -- Found exiv2, version 0.27.3 -- searching for library exiv2 in /usr/local/Cellar/exiv2/0.27.3/lib -- result: /usr/local/Cellar/exiv2/0.27.3/lib/libexiv2.dylib -- Checking for module 'lcms2>=2.6' -- Found lcms2, version 2.11 -- Checking for module 'expat>=2.1' -- Found expat, version 2.2.8 -- Checking for module 'fftw3f' -- Found fftw3f, version 3.3.8 -- Checking for module 'libtiff-4>=4.0.4' -- Found libtiff-4, version 4.1.0 -- Found JPEG: /usr/local/lib/libjpeg.dylib (found version "90") -- Found ZLIB: /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/lib/libz.tbd (found version "1.2.11") -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.6.37") -- Found OpenMP_C: -Wno-pass-failed -Wno-deprecated-register -Xpreprocessor -fopenmp /usr/local/lib/libomp.dylib -I/usr/local/include (found version "4.5") -- Found OpenMP_CXX: -Wno-pass-failed -Wno-deprecated-register -Xpreprocessor -fopenmp /usr/local/lib/libomp.dylib -I/usr/local/include (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Performing Test _fftw3f_multithread -- Performing Test _fftw3f_multithread - Failed -- searching for library lensfun in /usr/local/Cellar/lensfun/0.3.95_3/lib -- result: /usr/local/Cellar/lensfun/0.3.95_3/lib/liblensfun.dylib -- Performing Test LENSFUN_HAS_LOAD_DIRECTORY -- Performing Test LENSFUN_HAS_LOAD_DIRECTORY - Success CMake Warning (dev) at /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:424 (message): The package name passed to `find_package_handle_standard_args` (MACINTEGRATION) does not match the name of the calling package (MacIntegration). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/modules/FindMacIntegration.cmake:27 (find_package_handle_standard_args) rtgui/CMakeLists.txt:176 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found MACINTEGRATION: /usr/local/lib/libgtkmacintegration-gtk3.dylib -- Configuring done -- Generating done -- Build files have been written to: /Users/myname/programs/code-art/build