]> gitweb.hhaalo.de Git - discspan.git/commitdiff
change: remove cmake double decl
authorBastian Dehn <hhaalo@arcor.de>
Tue, 17 Aug 2021 19:48:31 +0000 (21:48 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 17 Aug 2021 19:48:31 +0000 (21:48 +0200)
CMakeLists.txt

index 25135f54b8dda35ded6521c21a05bf6f1bf30c38..ff8a0041b3cd473722c71cda66f54600f9b773a8 100644 (file)
@@ -8,7 +8,6 @@ set(BINPATH "/usr/local/bin")
 project(discspan)
 
 file(GLOB SOURCES src/*.c)
-set(SOURCES ${SOURCES})
 
 include_directories(libs/spandisc/include)
 add_subdirectory(libs/spandisc)