diff options
Diffstat (limited to 'build/CMakeCache.txt')
| -rw-r--r-- | build/CMakeCache.txt | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/build/CMakeCache.txt b/build/CMakeCache.txt index 156af9b..65490c0 100644 --- a/build/CMakeCache.txt +++ b/build/CMakeCache.txt @@ -26,8 +26,8 @@ CMAKE_BUILD_TYPE:STRING=Debug //Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON -//No help, variable specified on the command line. -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler @@ -52,8 +52,8 @@ CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG -//No help, variable specified on the command line. -CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc +//C compiler +CMAKE_C_COMPILER:STRING=/usr/bin/gcc //A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler @@ -239,6 +239,15 @@ MyProject_IS_TOP_LEVEL:STATIC=ON MyProject_SOURCE_DIR:STATIC=/root/Git/demo //Value Computed by CMake +demo3_BINARY_DIR:STATIC=/root/Git/demo/build/demo3 + +//Value Computed by CMake +demo3_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +demo3_SOURCE_DIR:STATIC=/root/Git/demo/demo3 + +//Value Computed by CMake maat_BINARY_DIR:STATIC=/root/Git/demo/build/matt //Value Computed by CMake @@ -352,7 +361,7 @@ CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4 +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=5 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP |
