diff options
author | Benoit Neil <suky0001@free.fr> | 2009-04-14 09:44:09 +0000 |
---|---|---|
committer | Benoit Neil <suky0001@free.fr> | 2009-04-14 09:44:09 +0000 |
commit | c663494c69e81f8d88ccf8dad7e4ae3ef726e9d8 (patch) | |
tree | 61c8acb04bffa415fa659b238161a0d14dcb5fa8 | |
parent | 97f27ea585c3e7e5b18a14581580b8bac52a0d2b (diff) |
(Minor change - From Piotr Dobrogost) Moved a line.
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 72f2d2f01..c7862f4ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,9 +93,9 @@ MARK_AS_ADVANCED(CURL_DISABLE_HTTP) OPTION(CURL_DISABLE_LDAPS "to disable LDAPS" OFF) MARK_AS_ADVANCED(CURL_DISABLE_LDAPS) IF(WIN32) - SET(CURL_LDAP_HYBRID OFF) OPTION(CURL_LDAP_WIN "Use W$ LDAP implementation" ON) MARK_AS_ADVANCED(CURL_LDAP_WIN) + SET(CURL_LDAP_HYBRID OFF) ELSE() OPTION(CURL_LDAP_HYBRID "W$ LDAP with non-W$ compiler" OFF) MARK_AS_ADVANCED(CURL_LDAP_HYBRID) |