mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
cmake: add the CMakeLists files, so cmake will check if a cmake file has changed
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37170 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
715b9e92bd
commit
78b8dc905b
@ -18,6 +18,9 @@ project(${LYX_PROJECT})
|
|||||||
|
|
||||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
|
||||||
|
|
||||||
|
# Supress regeneration
|
||||||
|
set(CMAKE_SUPPRESS_REGENERATION FALSE)
|
||||||
|
|
||||||
# where to look first for cmake modules,
|
# where to look first for cmake modules,
|
||||||
# before ${CMAKE_ROOT}/Modules is checked
|
# before ${CMAKE_ROOT}/Modules is checked
|
||||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules")
|
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules")
|
||||||
@ -102,10 +105,6 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Supress regeneration
|
|
||||||
set(CMAKE_SUPPRESS_REGENERATION TRUE)
|
|
||||||
|
|
||||||
set(VERSION_INFO "CMake Build")
|
set(VERSION_INFO "CMake Build")
|
||||||
|
|
||||||
# Try to get some informations from configure.ac
|
# Try to get some informations from configure.ac
|
||||||
|
Loading…
Reference in New Issue
Block a user