cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: sukender: curl/tests/libtest CMakeLists.txt,NONE,1.1

From: Piotr Dobrogost <pd_at_opensource.dobrogost.pl>
Date: Mon, 13 Apr 2009 20:06:05 +0200

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)
Received on 2009-04-13