mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
adjust LYX_INSTALL to set the CMake options which are currently being used for official 1.6 releases
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37654 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
31c40bfc80
commit
a89c67907b
@ -66,10 +66,6 @@ if(LYX_INSTALL)
|
|||||||
set(LYX_NLS ON CACHE BOOL "Nls option" FORCE)
|
set(LYX_NLS ON CACHE BOOL "Nls option" FORCE)
|
||||||
set(LYX_ASPELL ON CACHE BOOL "Aspell option" FORCE)
|
set(LYX_ASPELL ON CACHE BOOL "Aspell option" FORCE)
|
||||||
set(LYX_AIKSAURUS ON CACHE BOOL "Aiksaurus option" FORCE)
|
set(LYX_AIKSAURUS ON CACHE BOOL "Aiksaurus option" FORCE)
|
||||||
if (WIN32)
|
|
||||||
set(LYX_HUNSPELL ON CACHE BOOL "Hunspell option" FORCE)
|
|
||||||
endif()
|
|
||||||
set(LYX_NO_CONSOLE ON CACHE BOOL "No console option" FORCE)
|
|
||||||
set(LYX_PACKAGE_SUFFIX ON CACHE BOOL "Package suffix option" FORCE)
|
set(LYX_PACKAGE_SUFFIX ON CACHE BOOL "Package suffix option" FORCE)
|
||||||
set(LYX_RELEASE ON CACHE BOOL "Release option" FORCE)
|
set(LYX_RELEASE ON CACHE BOOL "Release option" FORCE)
|
||||||
set(LYX_DEBUG OFF CACHE BOOL "Debug option" FORCE)
|
set(LYX_DEBUG OFF CACHE BOOL "Debug option" FORCE)
|
||||||
|
Loading…
Reference in New Issue
Block a user