diff --git a/CMakeLists.txt b/CMakeLists.txt index fcb4a1d88f945da8ff366121962eb350bacc87e5..6ae169d56abac71851cfdd9fe730bdc8994a03bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1051,7 +1051,9 @@ endif() if(CMAKE_GENERATOR MATCHES Xcode) status(" Xcode:" ${XCODE_VERSION}) endif() -if(NOT CMAKE_GENERATOR MATCHES "Xcode|Visual Studio") +if(CMAKE_GENERATOR MATCHES "Xcode|Visual Studio|Multi-Config") + status(" Configuration:" ${CMAKE_CONFIGURATION_TYPES}) +else() status(" Configuration:" ${CMAKE_BUILD_TYPE}) endif()