Skip to content

Commit

Permalink
Merge pull request #26 from srcejon/opencv_4_10_0
Browse files Browse the repository at this point in the history
OpenCV4 - Disable check for debug libs, as they are zipped.
  • Loading branch information
f4exb authored Sep 19, 2024
2 parents e7d41fe + 87c64f6 commit eddef81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opencv4/x64/vc16/lib/OpenCVModules-debug.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ set_target_properties(opencv_world PROPERTIES
)

list(APPEND _IMPORT_CHECK_TARGETS opencv_world )
list(APPEND _IMPORT_CHECK_FILES_FOR_opencv_world "${_IMPORT_PREFIX}/x64/vc16/lib/opencv_world4100d.lib" "${_IMPORT_PREFIX}/x64/vc16/bin/opencv_world4100d.dll" )
# Disabled check, as files are zipped
#list(APPEND _IMPORT_CHECK_FILES_FOR_opencv_world "${_IMPORT_PREFIX}/x64/vc16/lib/opencv_world4100d.lib" "${_IMPORT_PREFIX}/x64/vc16/bin/opencv_world4100d.dll" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)

0 comments on commit eddef81

Please sign in to comment.