diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindEigen2.cmake | 5 | ||||
-rw-r--r-- | modules/FindSasl2.cmake | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/modules/FindEigen2.cmake b/modules/FindEigen2.cmake index 0e86aaf2..8679a36b 100644 --- a/modules/FindEigen2.cmake +++ b/modules/FindEigen2.cmake @@ -1,9 +1,4 @@ # - Try to find Eigen2 lib -# -# This module supports requiring a minimum version, e.g. you can do -# find_package(Eigen2 2.0.3) -# to require version 2.0.3 to newer of Eigen2. -# # Once done this will define # # EIGEN2_FOUND - system has eigen lib with correct version 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) |