Skip to content

Commit

Permalink
find_opencv / emscripten: even more minimalistic precompiled package
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Oct 5, 2024
1 parent afe556c commit 1f39d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/find_opencv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ macro(immvision_download_emscripten_precompiled_opencv_4_9_0)
FetchContent_Declare(
opencv_package_emscripten
DOWNLOAD_EXTRACT_TIMESTAMP ON
URL https://github.com/pthom/imgui_bundle/releases/download/v1.3.0/opencv_4.9_pthread_emscripten_install.tgz
URL_MD5 fd8df379812422e169d0397a0e4d5bb7
URL https://github.com/pthom/imgui_bundle/releases/download/v1.5.2/opencv_4.9_pthread_fpic_emscripten_minimalist_install.tgz
URL_MD5 3b970fa37bca8ac3dc977a7a6c33b9b7
)
else()
FetchContent_Declare(
Expand Down

0 comments on commit 1f39d9d

Please sign in to comment.