ldap: Remove warnings
[quassel.git] / CMakeLists.txt
index bf56d71..d527ee6 100644 (file)
@@ -133,7 +133,8 @@ if (LINK_EXTRA)
 endif()
 
 
-# LDAP Authentication (and other authentication backends).
+# List of authenticators and the cmake flags to build them
+# (currently that's just LDAP, but more can be added here).
 ####################################################################
 option(WITH_LDAP     "Enable LDAP authentication support if present on system"  ON)