aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-10-24 21:58:42 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-10-24 21:58:42 +0000
commit770aa5f72a07dda2c15e598e71e63aa571f63b92 (patch)
tree0db80037e42bc904d570138a4ae61d8e4f5186c8 /modules
parent2fdca03480f7bf60d4fa320d25aaf12f5f53c4ae (diff)
downloadextra-cmake-modules-770aa5f72a07dda2c15e598e71e63aa571f63b92.tar.gz
extra-cmake-modules-770aa5f72a07dda2c15e598e71e63aa571f63b92.tar.bz2
-note that this check can be removed once we depend on cmake >= 2.4.4
Alex svn path=/trunk/KDE/kdelibs/; revision=598876
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 341e27d0..8f9d0920 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -200,6 +200,7 @@ endif (NOT QT_DBUSXML2CPP_EXECUTABLE)
# Perl is required for building KDE software,
find_package(Perl REQUIRED)
+# remove once we require cmake >= 2.4.4, then the REQUIRED flag is honored by FindPerl.cmake, Alex
if(NOT PERL_FOUND)
message(FATAL_ERROR "Perl was not found. Make sure it has installed on your system")
endif(NOT PERL_FOUND)