File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,20 @@ if(POLICY CMP0141)
1616 set (CMAKE_POLICY_DEFAULT_CMP0141 NEW)
1717endif ()
1818
19+ if (POLICY CMP0167)
20+ # Don't try to use old FindBoost.cmake
21+ # https://cmake.org/cmake/help/latest/policy/CMP0167.html
22+ cmake_policy (SET CMP0167 NEW)
23+ set (CMAKE_POLICY_DEFAULT_CMP0167 NEW)
24+ endif ()
25+
1926##############################################################################
2027# - Download and initialize RAPIDS CMake helpers -----------------------------
2128
2229# Fetch rapids-cmake
30+ set (rapids-cmake-version 26.02)
2331if (NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
24- file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.02 /RAPIDS.cmake
32+ file (DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/main /RAPIDS.cmake
2533 ${CMAKE_CURRENT_BINARY_DIR} /RAPIDS.cmake)
2634endif ()
2735# Initialize rapids-cmake
You can’t perform that action at this time.
0 commit comments