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@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 ## _______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel