Author: kuemmel Date: Tue May 10 20:30:43 2011 New Revision: 38693 URL: http://www.lyx.org/trac/changeset/38693
Log: cmake: better developer defaults enable NLS, build debug Modified: lyx-devel/trunk/CMakeLists.txt Modified: lyx-devel/trunk/CMakeLists.txt ============================================================================== --- lyx-devel/trunk/CMakeLists.txt Tue May 10 20:04:49 2011 (r38692) +++ lyx-devel/trunk/CMakeLists.txt Tue May 10 20:30:43 2011 (r38693) @@ -52,12 +52,12 @@ # 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)
