CMake/Utilities/cmcurl
Brad King 4a2ff2b7f2 curl: Never consider using Windows APIs on Cygwin
Our Windows API header checks are conditioned on if(NOT UNIX) but
libarchive checks HAVE_WINDOWS_H anyway so the result leaks into
the cache and influenes the curl build.  Set the check results to
false explicitly for curl when not on Windows to tolerate this.

Reported-by: Vyacheslav Karpukhin <Vyacheslav.Karpukhin@jetbrains.com>
2015-03-26 14:04:39 -04:00
..
CMake curl: Fix detection of headers with dependencies 2014-11-10 10:13:37 -05:00
include/curl curl: Skip sanity check that triggers Clang warning 2014-11-10 10:13:39 -05:00
lib curl: Add CURL_CA_PATH option to CMake build process 2015-01-23 08:23:52 -05:00
.gitattributes curl: Disable all whitespace checks in third-party code 2014-10-29 16:41:05 -04:00
CMakeLists.txt curl: Never consider using Windows APIs on Cygwin 2015-03-26 14:04:39 -04:00
COPYING Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
README-CMake.txt curl: Add README-CMake.txt 2015-01-22 10:00:04 -05:00
curltest.c curl: Drop unused testing code 2014-10-29 16:41:14 -04:00