Skip to content

Commit

Permalink
Point at updated rapids-cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jan 6, 2025
1 parent b4c43c5 commit cec312c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rapids_config.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# =============================================================================
# Copyright (c) 2018-2024, NVIDIA CORPORATION.
# Copyright (c) 2018-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
# in compliance with the License. You may obtain a copy of the License at
Expand All @@ -12,6 +12,9 @@
# the License.
# =============================================================================
file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)

set(rapids-cmake-repo "vyasr/rapids-cmake")
set(rapids-cmake-branch "chore/update_rapids_logger")
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")
set(RAPIDS_VERSION_MINOR "${CMAKE_MATCH_2}")
Expand Down

0 comments on commit cec312c

Please sign in to comment.