aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKonto.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-05 01:41:47 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-06-05 01:41:47 +0000
commit00db3e5a85410ec7cfba9b08c3976b5a217d5797 (patch)
tree3cfe53e189660bec3811b7134d933f86c7514b65 /modules/FindKonto.cmake
parent373ce9910858ba84288e00b32d701a05d0b02e47 (diff)
downloadextra-cmake-modules-00db3e5a85410ec7cfba9b08c3976b5a217d5797.tar.gz
extra-cmake-modules-00db3e5a85410ec7cfba9b08c3976b5a217d5797.tar.bz2
-/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
Diffstat (limited to 'modules/FindKonto.cmake')
-rw-r--r--modules/FindKonto.cmake4
1 files changed, 0 insertions, 4 deletions
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}
)