From: Peter Kümmel Date: Mon, 10 Jan 2011 22:49:12 +0000 (+0000) Subject: cmake: add the CMakeLists files, so cmake will check if a cmake file has changed X-Git-Tag: 2.0.0~1140 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=78b8dc905b523c87fc9d979db0da338caf4445ec;p=features.git 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 --- diff --git a/development/cmake/CMakeLists.txt b/development/cmake/CMakeLists.txt index f11995d99b..3c06219599 100644 --- a/development/cmake/CMakeLists.txt +++ b/development/cmake/CMakeLists.txt @@ -18,6 +18,9 @@ project(${LYX_PROJECT}) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) +# Supress regeneration +set(CMAKE_SUPPRESS_REGENERATION FALSE) + # where to look first for cmake modules, # before ${CMAKE_ROOT}/Modules is checked set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules") @@ -102,10 +105,6 @@ else() endif() - -# Supress regeneration -set(CMAKE_SUPPRESS_REGENERATION TRUE) - set(VERSION_INFO "CMake Build") # Try to get some informations from configure.ac