Skip to content

Commit 62420b9

Browse files
committed
Merge pull request opencv#19301 from krush11:3.4
2 parents 89ef676 + 87b3b48 commit 62420b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,9 @@ endif()
10511051
if(CMAKE_GENERATOR MATCHES Xcode)
10521052
status(" Xcode:" ${XCODE_VERSION})
10531053
endif()
1054-
if(NOT CMAKE_GENERATOR MATCHES "Xcode|Visual Studio")
1054+
if(CMAKE_GENERATOR MATCHES "Xcode|Visual Studio|Multi-Config")
1055+
status(" Configuration:" ${CMAKE_CONFIGURATION_TYPES})
1056+
else()
10551057
status(" Configuration:" ${CMAKE_BUILD_TYPE})
10561058
endif()
10571059

0 commit comments

Comments
 (0)