Skip to content

Commit

Permalink
Force using old fmt in nvbench. (#12067)
Browse files Browse the repository at this point in the history
This is a port of #12064 to 22.12 to unblock CI because forward mergers are currently disabled.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Robert Maynard (https://github.com/robertmaynard)

URL: #12067
  • Loading branch information
vyasr authored Nov 4, 2022
1 parent b156c25 commit 2a58ff6
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 @@ -753,7 +753,10 @@ if(CUDF_BUILD_BENCHMARKS)
include(${rapids-cmake-dir}/cpm/gbench.cmake)
rapids_cpm_gbench()

# 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 2a58ff6

Please sign in to comment.