Disclaimer: not tested, just reviewing the code...
Since CMake now provide a multi configuration ninja generator, I guess this check is wrong:
|
if(NOT CMAKE_GENERATOR MATCHES "Xcode|Visual Studio") |
|
status(" Configuration:" ${CMAKE_BUILD_TYPE}) |
|
endif() |
Fix: please add Ninja Multi-Config (or simply Multi-Config 🤔) to the regexp...
Disclaimer: not tested, just reviewing the code...
Since CMake now provide a multi configuration ninja generator, I guess this check is wrong:
opencv/CMakeLists.txt
Lines 1032 to 1034 in a3e7c2d
Fix: please add
Ninja Multi-Config(or simplyMulti-Config🤔) to the regexp...