Skip to content

Commit ca9a422

Browse files
authored
REL Merge pull request #12069 from rapidsai/branch-22.10
Force using old fmt in nvbench. (#12064)
2 parents d90f7e9 + ad1ba13 commit ca9a422

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cpp/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,10 @@ if(CUDF_BUILD_BENCHMARKS)
750750
OPTIONS "BENCHMARK_ENABLE_TESTING OFF" "BENCHMARK_ENABLE_INSTALL OFF"
751751
)
752752

753-
# Find or install NVBench
753+
# Find or install NVBench Temporarily force downloading of fmt because current versions of nvbench
754+
# do not support the latest version of fmt, which is automatically pulled into our conda
755+
# environments by mamba.
756+
set(CPM_DOWNLOAD_fmt TRUE)
754757
include(${rapids-cmake-dir}/cpm/nvbench.cmake)
755758
rapids_cpm_nvbench()
756759
add_subdirectory(benchmarks)

0 commit comments

Comments
 (0)