Skip to content

Commit

Permalink
update opencv_world windows to 4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jul 7, 2024
1 parent c115171 commit ead55ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cmake/find_opencv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ macro(immvision_download_opencv_official_package_win)
FetchContent_Declare(
opencv_official_package_win
DOWNLOAD_EXTRACT_TIMESTAMP ON
URL https://github.com/pthom/imgui_bundle/releases/download/v0.6.6/opencv-4.6.0_official_win_x64_world.zip
URL_MD5 a9d92bdf8510d09c3bf3cb080731ea91
# URL https://github.com/pthom/imgui_bundle/releases/download/v0.6.6/opencv-4.6.0_official_win_x64_world.zip
# URL_MD5 a9d92bdf8510d09c3bf3cb080731ea91
URL https://github.com/pthom/imgui_bundle/releases/download/v1.3.0/opencv-4.10.0_official_win_x64_world.zip
URL_MD5 5cc01a0e446f17a390d3687fbc057f98

)
FetchContent_MakeAvailable(opencv_official_package_win)
set(opencv_official_package_win_dir ${CMAKE_BINARY_DIR}/_deps/opencv_official_package_win-src/opencv/build)
Expand Down

0 comments on commit ead55ce

Please sign in to comment.