Skip to content

Commit 34d6f9b

Browse files
committed
Fix a problem that could cause problem in submodule
1 parent 5521154 commit 34d6f9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target_sources(
4646
)
4747

4848
# Get a list of supported architectures
49-
include(${CMAKE_SOURCE_DIR}/cmake/CudaSupportedArchitectures.cmake)
49+
include(../../cmake/CudaSupportedArchitectures.cmake)
5050
cuda_supported_architectures()
5151

5252
# Convert the cuda supported architectures into their respective CMake properties

0 commit comments

Comments
 (0)