From b27d904b1e3e07e9e61217b6575ef148be8d8f53 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 25 Jun 2009 07:58:38 +0000 Subject: libsasl2 add, because the windows package of cyrus-sasl2 contains a libsasl2 also for msvc which is not standard conform svn path=/trunk/KDE/kdelibs/; revision=986838 --- modules/FindSasl2.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/FindSasl2.cmake b/modules/FindSasl2.cmake index 855266fc..787b578c 100644 --- a/modules/FindSasl2.cmake +++ b/modules/FindSasl2.cmake @@ -19,7 +19,9 @@ endif (SASL2_INCLUDE_DIR) FIND_PATH(SASL2_INCLUDE_DIR sasl/sasl.h ) -FIND_LIBRARY(SASL2_LIBRARIES NAMES sasl2 +# 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 ) include(FindPackageHandleStandardArgs) -- cgit v1.2.1