Skip to content

Commit

Permalink
Update testing/cpm/cpm_generate_pins-override/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle Edwards <[email protected]>
  • Loading branch information
robertmaynard and KyleFromNVIDIA authored Aug 21, 2024
1 parent 328b8dc commit 1a1e67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cpm/cpm_generate_pins-override/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ include(${rapids-cmake-dir}/cpm/rmm.cmake)
rapids_cpm_rmm(DOWNLOAD_ONLY ON)

add_custom_target(verify_generated_pins ALL
COMMAND ${CMAKE_COMMAND} -S="${CMAKE_SOURCE_DIR}/verify/" -B"${CMAKE_BINARY_DIR}/verify_build" -D"rapids-cmake-dir=${rapids-cmake-dir}" -D"CPM_DOWNLOAD_LOCATION=${CPM_DOWNLOAD_LOCATION}"
COMMAND ${CMAKE_COMMAND} "-S${CMAKE_SOURCE_DIR}/verify/" "-B${CMAKE_BINARY_DIR}/verify_build" "-Drapids-cmake-dir=${rapids-cmake-dir}" "-DCPM_DOWNLOAD_LOCATION=${CPM_DOWNLOAD_LOCATION}"
)

0 comments on commit 1a1e67b

Please sign in to comment.