diff options
author | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-07-05 21:31:30 +0000 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-07-05 21:31:30 +0000 |
commit | f041399481891baf346a91cc9965ca5c605a9924 (patch) | |
tree | 8736bad8a30010a908fc1c452831aa9d8772732a | |
parent | cb814cf4e94225b5637e080b01c03fa58b876512 (diff) | |
download | extra-cmake-modules-f041399481891baf346a91cc9965ca5c605a9924.tar.gz extra-cmake-modules-f041399481891baf346a91cc9965ca5c605a9924.tar.bz2 |
Backport r991884: Show a fatal error if anyone tries to use FindKdepim.
svn path=/branches/KDE/4.3/kdelibs/; revision=991886
-rw-r--r-- | FindKdepim.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
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.") + |