From dc05a7733224b1fce459fc633d1a952e451803b2 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Fri, 28 Apr 2006 21:13:57 +0000 Subject: -move the check for Perl into FindKDE4Internal.cmake, so we don't have to put the check in every module Perl is required for building KDe software, e.g. dcopidl Alex svn path=/trunk/KDE/kdelibs/; revision=535221 --- modules/FindKDE4Internal.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index d35dc1d1..193eff2a 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -184,6 +184,9 @@ set(QT_MIN_VERSION "4.1.1") #this line includes FindQt.cmake, which searches the Qt library and headers find_package(Qt4 REQUIRED) +# Perl is required for building KDE software, e.g. for dcopidl +find_package(Perl REQUIRED) + include (MacroLibrary) include (CheckCXXCompilerFlag) -- cgit v1.2.1