]> git.lyx.org Git - features.git/commitdiff
cmake: add the CMakeLists files, so cmake will check if a cmake file has changed
authorPeter Kümmel <syntheticpp@gmx.net>
Mon, 10 Jan 2011 22:49:12 +0000 (22:49 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Mon, 10 Jan 2011 22:49:12 +0000 (22:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37170 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index f11995d99be54309fa11a340c58c1ebee4ddb44f..3c06219599c1fc7c626e4e7869640026a6eb5572 100644 (file)
@@ -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