X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=CMakeLists.txt;h=e4f5d617b985b9eb83ba9027925868cf232eeccd;hp=f6b7f65be53d8dd525fa4ca34627dc5ac3a3ea17;hb=a7acde8447823f9cd5f25aae569a1ec3a0174073;hpb=53f09c31bd4e59ffc1830660aebb221f52b06a6f diff --git a/CMakeLists.txt b/CMakeLists.txt index f6b7f65b..e4f5d617 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,13 +312,11 @@ if (BUILD_CORE) if (WITH_LDAP) find_package(Ldap QUIET) - if (LDAP_FOUND) - message(STATUS "Enabling LDAP authentication support") - else() - message(STATUS "Disabling LDAP authentication support") - endif() - else() - message(STATUS "Not enabling LDAP authentication support") + set_package_properties(Ldap PROPERTIES TYPE OPTIONAL + URL "http://www.openldap.org/" + DESCRIPTION "LDAP (Lightweight Directory Access Protocol) libraries" + PURPOSE "Enables core user authentication via LDAP" + ) endif() endif()