We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d90f7e9 + ad1ba13 commit ca9a422Copy full SHA for ca9a422
1 file changed
cpp/CMakeLists.txt
@@ -750,7 +750,10 @@ if(CUDF_BUILD_BENCHMARKS)
750
OPTIONS "BENCHMARK_ENABLE_TESTING OFF" "BENCHMARK_ENABLE_INSTALL OFF"
751
)
752
753
- # Find or install NVBench
+ # 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)
757
include(${rapids-cmake-dir}/cpm/nvbench.cmake)
758
rapids_cpm_nvbench()
759
add_subdirectory(benchmarks)
0 commit comments