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 8818b52 commit f5f9091Copy full SHA for f5f9091
SerialPrograms/CMakeLists.txt
@@ -2252,9 +2252,7 @@ endif()
2252
2253
#extract opencv_world460d.dll from archive on Windows Debug builds
2254
if (MSVC)
2255
- if (CMAKE_BUILD_TYPE MATCHES "Debug")
2256
- file(ARCHIVE_EXTRACT INPUT ../../../3rdPartyBinaries/opencv_world460d.zip DESTINATION ../../../3rdPartyBinaries/)
2257
- endif()
+ file(ARCHIVE_EXTRACT INPUT ../../3rdPartyBinaries/opencv_world460d.zip DESTINATION ../../3rdPartyBinaries/)
2258
endif()
2259
2260
#add include directory
0 commit comments