From 2a3630027f6a38271e0452e648570a5a804e9b72 Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Tue, 17 Aug 2021 21:48:31 +0200 Subject: [PATCH] change: remove cmake double decl --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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) -- 2.39.5