Skip to content

Commit 48812c0

Browse files
committed
Fix typo
1 parent cfdbec8 commit 48812c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif()
3232

3333
# add as executable all cpp files into '.' folder
3434
file(GLOB TEST_SOURCES "*.cpp")
35-
file(GLOB SRC_SOURCES "../src/dsm/sources/*.cpp", "../src/dsm/utility/*.cpp")
35+
file(GLOB SRC_SOURCES "../src/dsm/sources/*.cpp" "../src/dsm/utility/*.cpp")
3636
list(APPEND SOURCES ${TEST_SOURCES} ${SRC_SOURCES})
3737

3838
# Define the executable

0 commit comments

Comments
 (0)