Configuration name is added to the CMake status report
This commit is contained in:
parent
019122fba7
commit
b1bf062671
@ -681,6 +681,9 @@ endif()
|
|||||||
if(CMAKE_GENERATOR MATCHES Xcode)
|
if(CMAKE_GENERATOR MATCHES Xcode)
|
||||||
status(" Xcode:" ${XCODE_VERSION})
|
status(" Xcode:" ${XCODE_VERSION})
|
||||||
endif()
|
endif()
|
||||||
|
if(NOT CMAKE_GENERATOR MATCHES "Xcode|Visual Studio")
|
||||||
|
status(" Configuration:" ${CMAKE_BUILD_TYPE})
|
||||||
|
endif()
|
||||||
|
|
||||||
# C/C++ options
|
# C/C++ options
|
||||||
status("")
|
status("")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user