r21013 by craig -
scribus-commit
scribus-commit at lists.scribus.net
Tue Feb 16 19:36:17 UTC 2016
Author: craig
Date: Tue Feb 16 19:36:17 2016
New Revision: 21013
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21013
Log:
Goodbye in source builds
Modified:
trunk/Scribus/CMakeLists.txt
Modified: trunk/Scribus/CMakeLists.txt
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21013&path=/trunk/Scribus/CMakeLists.txt
==============================================================================
--- trunk/Scribus/CMakeLists.txt (original)
+++ trunk/Scribus/CMakeLists.txt Tue Feb 16 19:36:17 2016
@@ -12,6 +12,11 @@
SET(CMAKE_VERBOSE_MAKEFILE OFF)
#Include current dir
SET(CMAKE_INCLUDE_CURRENT_DIR TRUE)
+#Don't allow in source builds
+SET(CMAKE_DISABLE_SOURCE_CHANGES ON)
+SET(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
+
+
#RPATH setup - more below too
IF (WANT_NORPATH OR WANT_DISTROBUILD)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
More information about the scribus-commit
mailing list