Skip to content

Commit

Permalink
Fetch cuco filter alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PointKernel committed Jan 17, 2025
1 parent 0b50bf9 commit 4a200c7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 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 @@ -11,6 +11,11 @@
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================

set(CPM_DOWNLOAD_cuco ON)
set(rapids-cmake-repo PointKernel/rapids-cmake)
set(rapids-cmake-branch fetch-filter-fix)

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}")
Expand Down

0 comments on commit 4a200c7

Please # to comment.