Configuration name is added to the CMake status report

This commit is contained in:
Andrey Kamaev 2012-04-24 07:30:38 +00:00
parent 019122fba7
commit b1bf062671

View File

@ -681,6 +681,9 @@ endif()
if(CMAKE_GENERATOR MATCHES Xcode)
status(" Xcode:" ${XCODE_VERSION})
endif()
if(NOT CMAKE_GENERATOR MATCHES "Xcode|Visual Studio")
status(" Configuration:" ${CMAKE_BUILD_TYPE})
endif()
# C/C++ options
status("")