cmake: fix C&P error

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17620 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2007-03-28 20:54:37 +00:00
parent b3a9008a06
commit 6db20c6d9d

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