diff options
Diffstat (limited to 'modules/FindKonto.cmake')
-rw-r--r-- | modules/FindKonto.cmake | 4 |
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} ) |