Skip to content

Commit 974744d

Browse files
Update json and fmt projects to latest versions
1 parent b62c0d9 commit 974744d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cmake/NVBenchDependencies.cmake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ if(NOT BUILD_SHARED_LIBS AND NVBench_ENABLE_INSTALL_RULES)
88
set(install_fmt ON)
99
endif()
1010

11-
rapids_cpm_find(fmt 11.1.4 ${export_set_details}
11+
rapids_cpm_find(fmt 11.2.0 ${export_set_details}
1212
GLOBAL_TARGETS fmt::fmt fmt::fmt-header-only
1313
CPM_ARGS
1414
GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
15-
GIT_TAG "11.1.4"
15+
GIT_TAG "11.2.0"
1616
OPTIONS
1717
# Force static to keep fmt internal.
1818
"BUILD_SHARED_LIBS OFF"
@@ -33,10 +33,10 @@ endif()
3333
# Following recipe from
3434
# http://github.com/cpm-cmake/CPM.cmake/blob/master/examples/json/CMakeLists.txt
3535
# Download the zips because the repo takes an excessively long time to clone.
36-
rapids_cpm_find(nlohmann_json 3.11.3
36+
rapids_cpm_find(nlohmann_json 3.12.0
3737
CPM_ARGS
38-
URL https://github.com/nlohmann/json/releases/download/v3.11.3/include.zip
39-
URL_HASH SHA256=a22461d13119ac5c78f205d3df1db13403e58ce1bb1794edc9313677313f4a9d
38+
URL https://github.com/nlohmann/json/releases/download/v3.12.0/include.zip
39+
URL_HASH SHA256=b8cb0ef2dd7f57f18933997c9934bb1fa962594f701cd5a8d3c2c80541559372
4040
PATCH_COMMAND
4141
${CMAKE_COMMAND}
4242
-D "CUDA_VERSION=${CMAKE_CUDA_COMPILER_VERSION}"

0 commit comments

Comments
 (0)