mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
added multi-config to regexp
This commit is contained in:
parent
2d2d72afbb
commit
87b3b48fe0
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user