(Minor change - From Piotr Dobrogost) Moved a line.

This commit is contained in:
Benoit Neil 2009-04-14 09:44:09 +00:00
parent 97f27ea585
commit c663494c69
1 changed files with 1 additions and 1 deletions

View File

@ -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)