Skip to content

Commit

Permalink
add debug code to failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 31, 2024
1 parent cfe884b commit 0d0111e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testing/cpm/cpm_generate_pins-nested/verify/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ foreach(proj IN LISTS ${projects})
rapids_cpm_package_details(${proj} ${proj}_version ${proj}_repository ${proj}_tag ${proj}_shallow ${proj}_exclude)
endforeach()


file(READ "${CMAKE_CURRENT_BINARY_DIR}/../rapids-cmake/pinned_versions.json" json_data)
message(STATUS "${json_data}")

# Verify that the pinned_versions is valid json by using it
rapids_cpm_package_override("${CMAKE_CURRENT_BINARY_DIR}/../rapids-cmake/pinned_versions.json")

Expand Down

0 comments on commit 0d0111e

Please sign in to comment.