diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-24 14:16:41 -0400 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2010-03-24 14:16:41 -0400 |
commit | ff438c994ebbbb63eda83ca34e2bbe8e3f6dfbf3 (patch) | |
tree | eac21300c65c7d1ed033b69fd900fe16da225596 | |
parent | 5709a0dca248e9e7237c1849072454c1dcb6a890 (diff) |
Enable LDAP by default since it is now disabled when ldap.h is not found,
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 023cce3dc..56c42785f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DI mark_as_advanced(HTTP_ONLY) option(CURL_DISABLE_FTP "disables FTP" OFF) mark_as_advanced(CURL_DISABLE_FTP) -option(CURL_DISABLE_LDAP "disables LDAP" ON) +option(CURL_DISABLE_LDAP "disables LDAP" OFF) mark_as_advanced(CURL_DISABLE_LDAP) option(CURL_DISABLE_TELNET "disables Telnet" OFF) mark_as_advanced(CURL_DISABLE_TELNET) |