diff options
Diffstat (limited to 'modules/FindSasl2.cmake')
-rw-r--r-- | modules/FindSasl2.cmake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/FindSasl2.cmake b/modules/FindSasl2.cmake index 787b578c..855266fc 100644 --- a/modules/FindSasl2.cmake +++ b/modules/FindSasl2.cmake @@ -19,9 +19,7 @@ endif (SASL2_INCLUDE_DIR) FIND_PATH(SASL2_INCLUDE_DIR sasl/sasl.h ) -# libsasl2 add for windows, because the windows package of cyrus-sasl2 -# contains a libsasl2 also for msvc which is not standard conform -FIND_LIBRARY(SASL2_LIBRARIES NAMES sasl2 libsasl2 +FIND_LIBRARY(SASL2_LIBRARIES NAMES sasl2 ) include(FindPackageHandleStandardArgs) |