Skip to content

Commit

Permalink
Force using old fmt in nvbench. (#12064)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Nov 3, 2022
1 parent 765279d commit ad1ba13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,10 @@ if(CUDF_BUILD_BENCHMARKS)
OPTIONS "BENCHMARK_ENABLE_TESTING OFF" "BENCHMARK_ENABLE_INSTALL OFF"
)

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

0 comments on commit ad1ba13

Please sign in to comment.