Skip to content

Commit a15b17b

Browse files
committed
vendor CAS module
1 parent d559ecb commit a15b17b

2 files changed

Lines changed: 407 additions & 12 deletions

File tree

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
message(STATUS "Fetching external CAS")
2-
include(FetchContent)
3-
FetchContent_Declare(
4-
cuda_architecture_selector
5-
GIT_REPOSITORY https://github.com/ginkgo-project/CudaArchitectureSelector.git
6-
GIT_TAG 97022db486e25ede6d7cbf683f4ac8d48694222a
7-
)
8-
FetchContent_GetProperties(cuda_architecture_selector)
9-
if(NOT cuda_architecture_selector_POPULATED)
10-
FetchContent_Populate(cuda_architecture_selector)
11-
endif()
12-
add_subdirectory("${cuda_architecture_selector_SOURCE_DIR}" "${cuda_architecture_selector_BINARY_DIR}" EXCLUDE_FROM_ALL)
1+
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}")
132
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" PARENT_SCOPE)

0 commit comments

Comments
 (0)