Skip to content

Commit

Permalink
Update OpenJPEG to 2.5.0 (#685)
Browse files Browse the repository at this point in the history
Authors:
  - https://github.com/jakirkham

Approvers:
  - Gigon Bae (https://github.com/gigony)

URL: #685
  • Loading branch information
jakirkham authored Jan 26, 2024
1 parent d048871 commit 7d4373b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/plugins/cucim.kit.cuslide/cmake/deps/libopenjpeg.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if (NOT TARGET deps::libopenjpeg)
FetchContent_Declare(
deps-libopenjpeg
GIT_REPOSITORY https://github.com/uclouvain/openjpeg.git
GIT_TAG v2.4.0
GIT_TAG v2.5.0
GIT_SHALLOW TRUE
)
FetchContent_GetProperties(deps-libopenjpeg)
Expand Down

0 comments on commit 7d4373b

Please sign in to comment.