From fb6cef34e4f2732dd7a5ec6876e071b91ab02203 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 3 Jul 2006 09:57:36 +0000 Subject: Copy it into kdelibs because it will require by several module (kdebase/kdepim now) When we will create new snapshot I will add check into kdebase (kdebase requires it for kabc) svn path=/trunk/KDE/kdelibs/; revision=557445 --- modules/FindKdepimLibs.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/FindKdepimLibs.cmake diff --git a/modules/FindKdepimLibs.cmake b/modules/FindKdepimLibs.cmake new file mode 100644 index 00000000..514845c0 --- /dev/null +++ b/modules/FindKdepimLibs.cmake @@ -0,0 +1,9 @@ +# Find if we installed kdepimlibs before to compile it + +FIND_PATH( KDEPIMLIBS_INCLUDE_DIR emailfunctions/email.h + ${KDE4_INCLUDE_DIR} +) + +if( NOT KDEPIMLIBS_INCLUDE_DIR ) + message( FATAL_ERROR "You didn't compile kdepimlibs before to compile it. Please install it" ) +endif(NOT KDEPIMLIBS_INCLUDE_DIR ) -- cgit v1.2.1