Author: kuemmel
Date: Thu Jan 13 15:30:43 2011
New Revision: 37199
URL: http://www.lyx.org/trac/changeset/37199
Log:
no shared lyx libraries are supported
Modified:
lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt
Modified: lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt
==============================================================================
--- lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt Thu Jan
13 02:47:41 2011 (r37198)
+++ lyx-devel/branches/BRANCH_1_6_X/development/cmake/CMakeLists.txt Thu Jan
13 15:30:43 2011 (r37199)
@@ -58,7 +58,6 @@
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)
@@ -216,7 +215,8 @@
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()