aboutsummaryrefslogtreecommitdiff
path: root/modules/FindSasl2.cmake
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2007-08-06 17:30:55 +0000
committerLaurent Montel <montel@kde.org>2007-08-06 17:30:55 +0000
commit9d5410493b0c4b2413f44f84d06bb847f2174fa8 (patch)
tree6a0356741903ed1b87771f188ff8668f8185e40c /modules/FindSasl2.cmake
parent4ed58bd8160e73a6b66d1ac1a44a67c0d7e062be (diff)
downloadextra-cmake-modules-9d5410493b0c4b2413f44f84d06bb847f2174fa8.tar.gz
extra-cmake-modules-9d5410493b0c4b2413f44f84d06bb847f2174fa8.tar.bz2
Remove not necessary path here too
svn path=/trunk/KDE/kdelibs/; revision=697065
Diffstat (limited to 'modules/FindSasl2.cmake')
-rw-r--r--modules/FindSasl2.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/FindSasl2.cmake b/modules/FindSasl2.cmake
index 855e21c8..f9144bfe 100644
--- a/modules/FindSasl2.cmake
+++ b/modules/FindSasl2.cmake
@@ -17,14 +17,9 @@ if (SASL2_INCLUDE_DIR)
endif (SASL2_INCLUDE_DIR)
FIND_PATH(SASL2_INCLUDE_DIR sasl/sasl.h
- /usr/include
- /usr/local/include
)
FIND_LIBRARY(SASL2_LIBRARIES NAMES sasl2
- PATHS
- /usr/lib
- /usr/local/lib
)