diff options
author | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-07-05 21:52:45 +0000 |
---|---|---|
committer | Christophe Giboudeaux <cgiboudeaux@gmail.com> | 2009-07-05 21:52:45 +0000 |
commit | 8c8c2aed4dc51306106a4bbc7e14a8cd5e72acaa (patch) | |
tree | 360648e37004e73e388a98f950bbe4e20f8b8442 /modules | |
parent | f041399481891baf346a91cc9965ca5c605a9924 (diff) | |
download | extra-cmake-modules-8c8c2aed4dc51306106a4bbc7e14a8cd5e72acaa.tar.gz extra-cmake-modules-8c8c2aed4dc51306106a4bbc7e14a8cd5e72acaa.tar.bz2 |
Move FindKdepim in the correct directory.
svn path=/branches/KDE/4.3/kdelibs/; revision=991888
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.") + |