Skip to content

Commit 3bbd756

Browse files
committed
Update nvimgcodec download URL to 0.8.0.22
1 parent b15966b commit 3bbd756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/Dependencies.common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,8 @@ if(BUILD_NVIMAGECODEC)
315315
include(FetchContent)
316316
FetchContent_Declare(
317317
nvimgcodec_headers
318-
URL https://developer.download.nvidia.com/compute/nvimgcodec/redist/nvimgcodec/linux-x86_64/nvimgcodec-linux-x86_64-0.7.0.11-archive.tar.xz
319-
URL_HASH SHA512=0777af0a41500de7aaeffb6966b3da20271f807c6af106307b9759854c082d5b6f850c0455b011b8978fc5954514bb46dbd5da0904d471309adf9fdfbaf7dd98
318+
URL https://developer.download.nvidia.com/compute/nvimgcodec/redist/nvimgcodec/linux-x86_64/nvimgcodec-linux-x86_64-0.8.0.22-archive.tar.xz
319+
URL_HASH SHA512=2a400f75c619a10c3dbcd298a83ef3307f6e08453b2cfb5040f6b22c64c7be0ac4552a2a80ed057afe7657cf0bb8cc2d54cdccf8bc50ffdf34cfd05b45082978
320320
)
321321
FetchContent_Populate(nvimgcodec_headers)
322322
set(nvimgcodec_INCLUDE_DIR "${nvimgcodec_headers_SOURCE_DIR}/${CUDA_VERSION_MAJOR}/include")

0 commit comments

Comments
 (0)