Sukender wrote:

> Hi Piotr,
> 
> Well, *THAT'S* nitpicking! ;p But yes, I agree. Please proceed.
> Nice to see your interest in the scripts.

Patch attached.

-- 
Piotr Dobrogost
*** curlpp.org - c++ wrapper for libcurl ***
--- D:/projects/tmp/CMakeLists.txt      Fri Apr 10 22:26:12 2009
+++ D:/projects/curl/CMakeLists.txt     Mon Apr 13 20:00:57 2009
@@ -93,9 +93,9 @@
 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)

Reply via email to