]> git.lyx.org Git - features.git/commitdiff
cmake: fix C&P error
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 28 Mar 2007 20:54:37 +0000 (20:54 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 28 Mar 2007 20:54:37 +0000 (20:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17620 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 4485473f415d242444bd5da003f9c69d343296ee..a301d299f6b6c507fee9828c51b86bcb239f470e 100644 (file)
@@ -51,11 +51,11 @@ if(profile)
        set(profile)
 endif(profile)
 if(release)
-       set(CMAKE_BUILD_TYPE Release CACHE TYPE STRING FORCE))
+       set(CMAKE_BUILD_TYPE Release CACHE TYPE STRING FORCE)
        set(release)
 endif(release)
 if(debug)
-       set(CMAKE_BUILD_TYPE Debug CACHE TYPE STRING FORCE))
+       set(CMAKE_BUILD_TYPE Debug CACHE TYPE STRING FORCE)
 endif(debug)
 
 if(shared)