Skip to content

Commit

Permalink
Bump minimum version
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquin Anton Guirao <[email protected]>
  • Loading branch information
jantonguirao committed Dec 30, 2024
1 parent e1ec25d commit 867e42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Dependencies.common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ if(BUILD_NVIMAGECODEC)
set(NVTIFF_MIN_VERSION "0.4.0")
set(NVTIFF_MAX_VERSION "0.5.0")

set(NVIMGCODEC_MIN_VERSION "0.4.0")
set(NVIMGCODEC_MIN_VERSION "0.4.1")
set(NVIMGCODEC_MAX_VERSION "0.5.0")
message(STATUS "nvImageCodec - requires version >=${NVIMGCODEC_MIN_VERSION}, <${NVIMGCODEC_MAX_VERSION}")
if (WITH_DYNAMIC_NVIMGCODEC)
Expand Down

0 comments on commit 867e42e

Please sign in to comment.