Skip to content

Commit

Permalink
Update testing/cpm/cpm_generate_pins-format-patches/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 9b0221e commit 328b8dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ if(NOT EXISTS "${cuco_SOURCE_DIR}/git_file_1.txt")
endif()

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 328b8dc

Please sign in to comment.