]> git.lyx.org Git - features.git/commitdiff
CMake: Supress regeneration.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 6 Sep 2007 09:18:40 +0000 (09:18 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 6 Sep 2007 09:18:40 +0000 (09:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20096 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/CMakeLists.txt

index d3e20bd8c916145b94880b318581f988c8de6b9b..7941a71d0fce3f9df759fed0ce8d834f1a39d718 100644 (file)
@@ -14,6 +14,9 @@ set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules")
 set(EXECUTABLE_OUTPUT_PATH  ${CMAKE_BINARY_DIR}/bin)
 
+# Supress regeneration
+set(CMAKE_SUPPRESS_REGENERATION TRUE)
+
 set(PACKAGE lyx)
 set(PACKAGE_VERSION 1.5.1)
 set(LYX_DATE "August, 2007")