]> git.lyx.org Git - features.git/commitdiff
cmake: force new build type
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Mar 2007 18:50:41 +0000 (18:50 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 26 Mar 2007 18:50:41 +0000 (18:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17577 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index 798cc5e4af44feadc86b395bdcffe8c41f24ddb7..9e5d62f49ec0b4d2457b7a970813a743da03ce8e 100644 (file)
@@ -46,7 +46,7 @@ endif(merge OR MERGE_FILES)
 
 set(CMAKE_BUILD_TYPE)
 if(profile)
-       set(CMAKE_BUILD_TYPE Profile)
+       set(CMAKE_BUILD_TYPE Profile CACHE TYPE STRING FORCE)
        set(profile)
 endif(profile)
 if(release)