]> git.lyx.org Git - features.git/commitdiff
no shared lyx libraries are supported
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 13 Jan 2011 14:31:02 +0000 (14:31 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 13 Jan 2011 14:31:02 +0000 (14:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37200 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index fffbd21d07230287efd0d48bd3b6294b115065e4..1df394a2850176003b8147602fe513783f3c12a9 100644 (file)
@@ -79,7 +79,7 @@ LYX_OPTION(DEBUG_GLIBC_PEDANTIC "Enable libstdc++pedantic debug mode" OFF GCC)
 LYX_OPTION(STDLIB_DEBUG "Use debug stdlib" OFF GCC)
 LYX_OPTION(CONCEPT_CHECKS "Enable concept-checks" OFF GCC)
 LYX_OPTION(QUIET "Don't generate verbose makefiles" OFF ALL)
-LYX_OPTION(SHARED_LIBRARIES "Build shared libraries" OFF ALL)
+
 
 message(STATUS)
 
@@ -221,8 +221,8 @@ if(LYX_DEBUG)
        set(CMAKE_BUILD_TYPE Debug CACHE TYPE STRING FORCE)
 endif()
 
-
-
+# When shared libs are supported enable this option
+#LYX_OPTION(SHARED_LIBRARIES "Build shared libraries" OFF ALL)
 if(LYX_SHARED_LIBRARIES)
        set(library_type SHARED)
 else()