Skip to content

Commit 45de9d7

Browse files
authored
Update CMakeLists.txt
1 parent e0a4cf8 commit 45de9d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xmipp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ file(
7474
PARALLEL_SOURCES
7575
${CMAKE_CURRENT_SOURCE_DIR}/libraries/parallel/*.cpp
7676
)
77-
fil
77+
file(
7878
GLOB_RECURSE
7979
CUDA_SOURCES
8080
${CMAKE_CURRENT_SOURCE_DIR}/libraries/reconstruction_cuda/*.cpp
@@ -204,7 +204,6 @@ endif()
204204

205205
# Register CUDA sources
206206
if(${XMIPP_USE_CUDA})
207-
208207
set_source_files_properties(
209208
${CUDA_SOURCES}
210209
PROPERTIES LANGUAGE CUDA

0 commit comments

Comments
 (0)