mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
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:
parent
6ca10b4750
commit
ff0633599b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user