]> gitweb.hhaalo.de Git - discspan.git/commitdiff
fix: cmake option description
authorBastian Dehn <hhaalo@arcor.de>
Tue, 17 Aug 2021 19:31:14 +0000 (21:31 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Tue, 17 Aug 2021 19:31:14 +0000 (21:31 +0200)
libs/spandisc/CMakeLists.txt

index 482972e7624e4b4a244a9c14e9125a17971d6b06..2bf2e13346d6c8ef6903f086112fe264cafc5a86 100644 (file)
@@ -5,7 +5,7 @@ set(INSTALL_HEADER /usr/local/include/spandisc)
 
 project(spandisc)
 
-option(BUILD_SHARED_LIBS "Build static library" ON)
+option(BUILD_SHARED_LIBS "build shared library" ON)
 
 file(GLOB SOURCES src/*.c)
 file(GLOB PUBLIC_HEADER include/*.h)