mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
(Minor change - From Piotr Dobrogost) Moved a line.
This commit is contained in:
parent
97f27ea585
commit
c663494c69
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user