言語名を指定しないときは "C (C言語)" と "CXX (C++)" が有効になる。
記述例
1 |
project( MyProject ) |
1 |
project( MainProject C ) |
1 |
project( CoolProject CXX ) |
注意
"CPP" はプログラミング言語名として無効。
1 2 3 4 5 6 7 8 9 |
$ cmake .. CMake Error: Could not find cmake module file: CMakeDetermineCPPCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_CPP_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_CPP_COMPILER ... |