We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5521154 commit 34d6f9bCopy full SHA for 34d6f9b
src/algorithms/CMakeLists.txt
@@ -46,7 +46,7 @@ target_sources(
46
)
47
48
# Get a list of supported architectures
49
-include(${CMAKE_SOURCE_DIR}/cmake/CudaSupportedArchitectures.cmake)
+include(../../cmake/CudaSupportedArchitectures.cmake)
50
cuda_supported_architectures()
51
52
# Convert the cuda supported architectures into their respective CMake properties
0 commit comments