]> git.lyx.org Git - features.git/commitdiff
cmake: better developer defaults enable NLS, build debug
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 10 May 2011 18:30:43 +0000 (18:30 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 10 May 2011 18:30:43 +0000 (18:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38693 a592a061-630c-0410-9148-cb99ea01b6c8

CMakeLists.txt

index a59282f51b7f2b64215dda912728513b40dac2c7..856f9296e0e1fa86c72955e94bafaaefd3b029be 100644 (file)
@@ -52,12 +52,12 @@ LYX_OPTION_INIT()
 # Options for all compilers/systems
 LYX_OPTION(CPACK "Use the CPack management (Implies LYX_INSTALL option)" OFF ALL)
 LYX_OPTION(INSTALL "Build install projects/rules (implies a bunch of other options)" OFF ALL)
-LYX_OPTION(NLS "Use nls" OFF ALL)
+LYX_OPTION(NLS "Use nls" ON ALL)
 LYX_OPTION(ASPELL "Require aspell" OFF ALL)
 LYX_OPTION(ENCHANT "Require Enchant" OFF ALL)
 LYX_OPTION(HUNSPELL "Require Hunspell" OFF ALL)
 LYX_OPTION(DEVEL_VERSION "Build developer version" OFF ALL) 
-LYX_OPTION(RELEASE "Build release version, build debug when disabled" ON ALL)
+LYX_OPTION(RELEASE "Build release version, build debug when disabled" OFF ALL)
 LYX_OPTION(PACKAGE_SUFFIX "Use version suffix for packaging" ON ALL)
 LYX_OPTION(PCH "Use precompiled headers" OFF ALL)
 LYX_OPTION(MERGE_FILES "Merge source files into one compilation unit" OFF ALL)