From 78b8dc905b523c87fc9d979db0da338caf4445ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Mon, 10 Jan 2011 22:49:12 +0000 Subject: [PATCH] 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 --- development/cmake/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2