From: Bastian Dehn Date: Tue, 17 Aug 2021 19:48:31 +0000 (+0200) Subject: change: remove cmake double decl X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=2a3630027f6a38271e0452e648570a5a804e9b72;p=discspan.git change: remove cmake double decl --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 25135f5..ff8a004 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)