File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
# =============================================================================
2
- # Copyright (c) 2018-2024 , NVIDIA CORPORATION.
2
+ # Copyright (c) 2018-2025 , NVIDIA CORPORATION.
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5
5
# in compliance with the License. You may obtain a copy of the License at
11
11
# or implied. See the License for the specific language governing permissions and limitations under
12
12
# the License.
13
13
# =============================================================================
14
+
15
+ set (rapids-cmake-repo bdice/rapids-cmake)
16
+ set (rapids-cmake-branch cccl-2.8.0)
17
+
14
18
file (READ "${CMAKE_CURRENT_LIST_DIR} /VERSION" _rapids_version)
15
19
if (_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
16
20
set (RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1} " )
You can’t perform that action at this time.
0 commit comments