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 b6efa4f commit 72095ceCopy full SHA for 72095ce
SerialPrograms/CMakeLists.txt
@@ -2252,7 +2252,7 @@ endif()
2252
2253
#extract opencv_world460d.dll from archive on Windows Debug builds
2254
if (MSVC)
2255
- file(ARCHIVE_EXTRACT INPUT ../../3rdPartyBinaries/opencv_world460d.zip DESTINATION ../../3rdPartyBinaries/)
+ file(ARCHIVE_EXTRACT INPUT ../../../3rdPartyBinaries/opencv_world460d.zip DESTINATION ../../../3rdPartyBinaries/)
2256
endif()
2257
2258
#add include directory
0 commit comments