CMake/Utilities/cmcurl
Brad King 46bbf94783 curl: Check for OpenSSL headers independently
Use check_include_file instead of check_include_file_concat to look
for OpenSSL headers.  They do not need to participate in a sequence
of dependent system headers.  Also they may cause winsock.h to be
included before ws2tcpip.h, causing the latter to not be detected
in the sequence.
2014-11-17 09:52:49 -05: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: Disable warnings to avoid changing 3rd party code 2014-11-11 08:58:01 -05:00
.gitattributes curl: Disable all whitespace checks in third-party code 2014-10-29 16:41:05 -04:00
CMakeLists.txt curl: Check for OpenSSL headers independently 2014-11-17 09:52:49 -05:00
COPYING Merge branch 'curl-upstream' into update-curl 2014-10-29 16:43:21 -04:00
curltest.c curl: Drop unused testing code 2014-10-29 16:41:14 -04:00