First of all, let us simply say cmake.
CMake is a more advanced compilation configuration tool than make, which generates corresponding makefile or vcproj projects based on different platforms, different compilers.
By writing CMakeLists.txt, you can control the generated makefile and thus control the compilation process.
CMake automatically generated makefile not only build a project to build a target file through the make command, but also support installation (make install), test that the installed program executes correctly (making test, or ctest), and build the installation package for the current platform (make Package), Generate source packs (make Package_source), generate dashboard display data and upload advanced features, as long as the simple configuration in CMakeLists.txt, you can complete a number of complex functions, including writing test cases.
If there is a nested directory, the subdirectory can have its own CMakeLists.txt.
In short, CMake is a very powerful compiler for automated configuration tools that support a variety of platforms that KDE compiles with.
Below look at the hint CMake not found reason analysis and the solution.
After the new Mac check code, execute the SH script to create the iOS project, in terminal tip iOS version not found
Tips:
Along the hint found that the front is printed wrong, the following is the wrong problem, iphone.cmake internal error in the following figure
iOS SDK version not found at the time of command execution
Note: The back 9.1 9.2 10.0 is what I added.
The above mentioned is small to introduce the CMake iOS terminal under the implementation of the hint error iOS version not found, tested: [5.0;5.1;6.0;6.1;7.0;8.3] solution, I hope to help, If you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!