We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d559ecb commit a15b17bCopy full SHA for a15b17b
2 files changed
third_party/CudaArchitectureSelector/CMakeLists.txt
@@ -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)
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}")
13
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" PARENT_SCOPE)
0 commit comments