Author: kuemmel
Date: Mon Jan 10 23:49:12 2011
New Revision: 37170
URL: http://www.lyx.org/trac/changeset/37170
Log:
cmake: add the CMakeLists files, so cmake will check if a cmake file has changed
Modified:
lyx-devel/trunk/development/cmake/CMakeLists.txt
Modified: lyx-devel/trunk/development/cmake/CMakeLists.txt
==============================================================================
--- lyx-devel/trunk/development/cmake/CMakeLists.txt Mon Jan 10 23:47:58
2011 (r37169)
+++ lyx-devel/trunk/development/cmake/CMakeLists.txt Mon Jan 10 23:49:12
2011 (r37170)
@@ -18,6 +18,9 @@
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 @@
endif()
-
-# Supress regeneration
-set(CMAKE_SUPPRESS_REGENERATION TRUE)
-
set(VERSION_INFO "CMake Build")
# Try to get some informations from configure.ac