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