From 9adf0d066e86313a2f52e90804412321dda8eb0e Mon Sep 17 00:00:00 2001 From: Aleix Pol Gonzalez Date: Fri, 4 Apr 2008 14:28:05 +0000 Subject: Fixed an strange behaviour on the plasma finder. svn path=/trunk/KDE/kdelibs/; revision=793596 --- modules/FindPlasma.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/FindPlasma.cmake b/modules/FindPlasma.cmake index bafa6495..05a646b8 100644 --- a/modules/FindPlasma.cmake +++ b/modules/FindPlasma.cmake @@ -16,11 +16,13 @@ endif (PLASMA_INCLUDE_DIR AND PLASMA_LIBS) find_path(PLASMA_INCLUDE_DIR NAMES plasma/plasma.h PATHS + ${KDE4_INCLUDE_DIR} ${INCLUDE_INSTALL_DIR} ) find_library(PLASMA_LIBS NAMES plasma PATHS + ${KDE4_LIB_DIR} ${LIB_INSTALL_DIR} ) -- cgit v1.2.1