mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Merge pull request #19301 from krush11:3.4
This commit is contained in:
commit
62420b900e
@ -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