Skip to content

Commit 4037c62

Browse files
committed
Hide extraction and Packages clone for CI.
1 parent 125a318 commit 4037c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ if (APPLE)
25402540
"${RESOURCES_PATH}"
25412541
"$<TARGET_FILE_DIR:SerialPrograms>/../Resources"
25422542
)
2543-
elseif (WIN32)
2543+
elseif (WIN32 AND DEPLOY_FILES)
25442544
# Set directories and file dependencies (we HAVE to depend on a file for build-time extraction/git clone to work)
25452545
set(OPENCV_DEBUG_ZIP "${REPO_ROOT_DIR}/3rdPartyBinaries/opencv_world4110d.zip")
25462546
set(OPENCV_DEBUG "${REPO_ROOT_DIR}/3rdPartyBinaries/opencv_world4110d.dll")

0 commit comments

Comments
 (0)