From ae30f8a707642c8a914d9fc602eecef0c5f45aaa Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 4 Dec 2024 21:05:59 -0600 Subject: [PATCH] Test with rapids-cmake upstream branch. --- cpp/cmake/rapids_config.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpp/cmake/rapids_config.cmake b/cpp/cmake/rapids_config.cmake index c3a6a0ef13..3e04c6c4e7 100644 --- a/cpp/cmake/rapids_config.cmake +++ b/cpp/cmake/rapids_config.cmake @@ -11,6 +11,10 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= + +set(rapids-cmake-repo bdice/rapids-cmake) +set(rapids-cmake-branch nvcomp-4.1.1.1) + file(READ "${CMAKE_CURRENT_LIST_DIR}/../../VERSION" _rapids_version) if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]]) set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")