From 00db3e5a85410ec7cfba9b08c3976b5a217d5797 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 5 Jun 2007 01:41:47 +0000 Subject: -/usr/lib, /usr/local/lib, /usr/include, /usr/local/include don't have to be listed explicitely, they are searched automatically -some more consisten lower casing and indentation Alex svn path=/trunk/KDE/kdelibs/; revision=671570 --- modules/FindKonto.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/FindKonto.cmake') diff --git a/modules/FindKonto.cmake b/modules/FindKonto.cmake index 4af6348b..2042719c 100644 --- a/modules/FindKonto.cmake +++ b/modules/FindKonto.cmake @@ -15,8 +15,6 @@ FIND_PATH(KONTO_INCLUDES NAMES konto/class.h PATHS - /usr/include - /usr/local/include ${KDE4_INCLUDE_DIR} ${INCLUDE_INSTALL_DIR} ) @@ -25,8 +23,6 @@ FIND_LIBRARY(KONTO_LIBRARIES NAMES konto PATHS - /usr/lib - /usr/local/lib ${KDE4_LIB_DIR} ${LIB_INSTALL_DIR} ) -- cgit v1.2.1