[calligra] /: finally disable the compilation in source. As we discussed a long time ago:

Cyrille Berger cberger at cberger.net
Tue Jun 21 19:33:22 BST 2011


Git commit b76598bdaf77ac77980ab9d8b051780f09bdd665 by Cyrille Berger.
Committed on 21/06/2011 at 20:30.
Pushed by berger into branch 'master'.

finally disable the compilation in source. As we discussed a long time ago:

http://lists.kde.org/?t=129510272300003&r=1&w=2

CCMAIL:calligra-devel at kde.org

M  +2    -0    CMakeLists.txt     

http://commits.kde.org/calligra/b76598bdaf77ac77980ab9d8b051780f09bdd665

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 47af602..f997b13 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -126,6 +126,8 @@ if(KDE_VERSION LESS "4.4.0")
     set(GHNS FALSE)
 endif(KDE_VERSION LESS "4.4.0")
 
+macro_ensure_out_of_source_build("Compiling Calligra inside the source directory is not possible. Please refer to the build instruction http://community.kde.org/Calligra/Building/Building_Calligra")
+
  ###########################
 ############################
 ## Required dependencies  ##



More information about the calligra-devel mailing list