From f041399481891baf346a91cc9965ca5c605a9924 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sun, 5 Jul 2009 21:31:30 +0000 Subject: Backport r991884: Show a fatal error if anyone tries to use FindKdepim. svn path=/branches/KDE/4.3/kdelibs/; revision=991886 --- FindKdepim.cmake | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 FindKdepim.cmake (limited to 'FindKdepim.cmake') diff --git a/FindKdepim.cmake b/FindKdepim.cmake new file mode 100644 index 00000000..5757b0ab --- /dev/null +++ b/FindKdepim.cmake @@ -0,0 +1,3 @@ +# Nothing should require kdepim. We'll show a fatal error and an explanation. +message(FATAL_ERROR "You must not use the FindKdepim CMake module. If you need more informations about this error, please contact us on the kde-pim mailing list.") + -- cgit v1.2.1