Skip to content

Commit

Permalink
cpm_generate_pins-nested fetch deps more efficiently
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Aug 22, 2024
1 parent e6aee97 commit 491f191
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions testing/cpm/cpm_generate_pins-nested/b/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ project(rapids-test-b LANGUAGES CXX)
include(${rapids-cmake-dir}/cpm/init.cmake)
rapids_cpm_init()

include(${rapids-cmake-dir}/cpm/cccl.cmake)
include(${rapids-cmake-dir}/cpm/cuco.cmake)
include(${rapids-cmake-dir}/cpm/nvcomp.cmake)

rapids_cpm_cccl()
rapids_cpm_cuco()
rapids_cpm_nvcomp()
rapids_cpm_cuco(DOWNLOAD_ONLY ON)
rapids_cpm_nvcomp(DOWNLOAD_ONLY ON)

0 comments on commit 491f191

Please sign in to comment.