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 125a318 commit 4037c62Copy full SHA for 4037c62
SerialPrograms/CMakeLists.txt
@@ -2540,7 +2540,7 @@ if (APPLE)
2540
"${RESOURCES_PATH}"
2541
"$<TARGET_FILE_DIR:SerialPrograms>/../Resources"
2542
)
2543
-elseif (WIN32)
+elseif (WIN32 AND DEPLOY_FILES)
2544
# Set directories and file dependencies (we HAVE to depend on a file for build-time extraction/git clone to work)
2545
set(OPENCV_DEBUG_ZIP "${REPO_ROOT_DIR}/3rdPartyBinaries/opencv_world4110d.zip")
2546
set(OPENCV_DEBUG "${REPO_ROOT_DIR}/3rdPartyBinaries/opencv_world4110d.dll")
0 commit comments