]> gitweb.hhaalo.de Git - discspan.git/commitdiff
remove: build shared libs
authorBastian Dehn <hhaalo@arcor.de>
Sun, 22 Aug 2021 13:57:39 +0000 (15:57 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sun, 22 Aug 2021 13:57:39 +0000 (15:57 +0200)
libs/spandisc/CMakeLists.txt

index 79045440bd3212e934ef97fabbc35cc23fecd4bf..0fe149427b6cc2a59e171b928f8b2a39d40949d4 100644 (file)
@@ -5,8 +5,6 @@ set(INSTALL_HEADER /usr/local/include/spandisc)
 
 project(spandisc)
 
-option(BUILD_SHARED_LIBS "build shared library" ON)
-
 file(GLOB SOURCES src/*.c)
 file(GLOB PUBLIC_HEADER include/*.h)
 include_directories(include)