We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f3120 commit c99c89dCopy full SHA for c99c89d
1 file changed
cmake/opencv_config.cmake
@@ -5,6 +5,7 @@ execute_process(
5
COMMAND ${CMAKE_COMMAND}
6
-S "${CMAKE_SOURCE_DIR}/3rdparty/opencv"
7
-B "${OPENCV_BUILD_DIR}"
8
+ -G "${CMAKE_GENERATOR}"
9
-DCMAKE_C_COMPILER_LAUNCHER=${CMAKE_C_COMPILER_LAUNCHER}
10
-DCMAKE_CXX_COMPILER_LAUNCHER=${CMAKE_CXX_COMPILER_LAUNCHER}
11
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
0 commit comments