


This is just a typo with Qt5CoreMacros.cmake file. To solve Qt detection errors, click on Add Entry and add CMAKE_PREFIX_PATH with path /home/YOUR_USERNAME/Qt/QT_VERSION/COMPILER matching your Qt architecture.Įxample: CMAKE_PREFIX_PATH=/home/bob/Qt/5.7/gcc_64Ī further dev warning may appear: CMake Warning (dev) at YOUR_QT_PATH/lib/cmake/Qt5Core/Qt5CoreMacros.cmake:224 (configure_file):Ĭonfigure_file called with unknown argument(s):Īpplications/projects/Modeler/exec/CMakeLists.txt:14 (qt5_add_resources) Time for a coffee! Troubleshooting CMake errors Qt detection error
#CMAKE QT MAC OS X GENERATOR#
To compile, open a terminal in your build directory and run make or ninja depending on the generator you chose during CMake configuration.ĭo not forget the -j option to use all your CPU cores.

#CMAKE QT MAC OS X DOWNLOAD#
To download any version, go to and search for “Xcode”.
#CMAKE QT MAC OS X INSTALL#
If your MacOS version is too low, update your Mac from the App Store.ĭownload and install the highest possible Xcode compatible with your MacOS.Ĭompatibility list (taken from Wikipedia): MacOS >= 11.3 : Xcode 13.2.1 (with AppleClang 13.0.0)

On MacOS, we officially support MacOS >= 10.13.2 (High Sierra) and AppleClang >= 9.1.0.Ĭheck your MacOS version with system_profiler SPSoftwareDataTypeĬheck your AppleClang version with clang -version SOFA requires a C++17 compatible compiler. This may come in a near future, to be continued… Unfortunately, no Docker image has been created yet for MacOS. It is STRONGLY advised to read through this entire doc page before getting started.
