cmake: force new build type

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-03-26 18:50:41 +00:00
parent 6ca10b4750
commit ff0633599b

View 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)