From: Peter Kümmel Date: Wed, 21 Jun 2006 10:32:17 +0000 (+0000) Subject: add release option X-Git-Tag: 1.6.10~13078 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bc720fa2dff327fdfce2f849a6cfa5cc08be25c7;p=features.git add release option git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14167 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index 9f9f02f9d8..89c0528f89 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -5,7 +5,7 @@ include(LyXPaths) include(LyXMacros) if(release) - set(CMAKE_BUILD_TYPE TRUE) + set(CMAKE_BUILD_TYPE Release) set(release) endif(release)