]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/CMakeLists.txt
fix compilation on Mac, patch from Stefan.
[lyx.git] / 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")