diff options
author | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-07-05 21:28:07 +0000 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-07-05 21:28:07 +0000 |
commit | 7aab253a3d616da4b8569147d12255f3545c6bdb (patch) | |
tree | 54870897363d8acadcf80c92a218d839cded222c /modules | |
parent | c547441e914a677fe8d2daf7e94b94b8d64f1124 (diff) | |
download | extra-cmake-modules-7aab253a3d616da4b8569147d12255f3545c6bdb.tar.gz extra-cmake-modules-7aab253a3d616da4b8569147d12255f3545c6bdb.tar.bz2 |
Show a fatal error if anyone tries to use FindKdepim.
svn path=/trunk/KDE/kdelibs/; revision=991884
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKdepim.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/FindKdepim.cmake b/modules/FindKdepim.cmake new file mode 100644 index 00000000..5757b0ab --- /dev/null +++ b/modules/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.") + |