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)
|
||||
status(" Xcode:" ${XCODE_VERSION})
|
||||
endif()
|
||||
if(NOT CMAKE_GENERATOR MATCHES "Xcode|Visual Studio")
|
||||
status(" Configuration:" ${CMAKE_BUILD_TYPE})
|
||||
endif()
|
||||
|
||||
# C/C++ options
|
||||
status("")
|
||||
|
Loading…
x
Reference in New Issue
Block a user