Commit c663494c authored by Benoit Neil's avatar Benoit Neil
Browse files

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

parent 97f27ea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)