Skip to content

Commit 72095ce

Browse files
committed
Fix build.
1 parent b6efa4f commit 72095ce

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
@@ -2252,7 +2252,7 @@ endif()
22522252

22532253
#extract opencv_world460d.dll from archive on Windows Debug builds
22542254
if (MSVC)
2255-
file(ARCHIVE_EXTRACT INPUT ../../3rdPartyBinaries/opencv_world460d.zip DESTINATION ../../3rdPartyBinaries/)
2255+
file(ARCHIVE_EXTRACT INPUT ../../../3rdPartyBinaries/opencv_world460d.zip DESTINATION ../../../3rdPartyBinaries/)
22562256
endif()
22572257

22582258
#add include directory

0 commit comments

Comments
 (0)