diff options
| author | 2016-02-08 03:03:58 +0100 | |
|---|---|---|
| committer | 2016-02-08 03:03:58 +0100 | |
| commit | efbda401ac032d3431340aeeb4d8c04496205295 (patch) | |
| tree | 0541dc2b16d4d476b10dc92f2dc83ed52508542e | |
| parent | Don't cache nsis and enchant.7z (diff) | |
| download | KVIrc-efbda401ac032d3431340aeeb4d8c04496205295.tar.gz KVIrc-efbda401ac032d3431340aeeb4d8c04496205295.tar.bz2 KVIrc-efbda401ac032d3431340aeeb4d8c04496205295.zip | |
Show build type in the cmake configuration summary.
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b1b63294..394136a2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1346,6 +1346,7 @@ message(STATUS " Library path : ${KVIRC_LIB_PATH}") message(STATUS " Modules path : ${KVIRC_MOD_PATH}") message(STATUS " Man path : ${KVIRC_MAN_PATH}") message(STATUS "Compilation:") +message(STATUS " Build type : ${CMAKE_BUILD_TYPE}") message(STATUS " Debug : ${CMAKE_STATUS_DEBUG_SUPPORT}") message(STATUS " Verbose output : ${CMAKE_STATUS_VERBOSE_SUPPORT}") message(STATUS " Coexistence support : ${CMAKE_STATUS_COEXISTENCE_VER}") |
