aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindSoprano.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/FindSoprano.cmake b/modules/FindSoprano.cmake
index af3f9155..6f294846 100644
--- a/modules/FindSoprano.cmake
+++ b/modules/FindSoprano.cmake
@@ -28,8 +28,6 @@ else(SOPRANO_INCLUDE_DIR AND SOPRANO_LIBRARIES AND SOPRANO_INDEX_LIBRARIES)
NAMES
sopranoindex
PATHS
- /usr/lib
- /usr/local/lib
${KDE4_LIB_DIR}
${LIB_INSTALL_DIR}
)
@@ -38,8 +36,6 @@ else(SOPRANO_INCLUDE_DIR AND SOPRANO_LIBRARIES AND SOPRANO_INDEX_LIBRARIES)
NAMES
sopranoclient
PATHS
- /usr/lib
- /usr/local/lib
${KDE4_LIB_DIR}
${LIB_INSTALL_DIR}
)