diff options
author | Brad King <brad.king@kitware.com> | 2009-12-01 17:03:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-01 17:03:32 (GMT) |
commit | 997fd839ed3186f5578dff118b9519eaea5b66bc (patch) | |
tree | 9a9997ff98e9a8d0927c3c9eb7847bfa01588cf7 /Modules/Platform/GNU.cmake | |
parent | 7380d3ab7c6a378040da8aa86d770694bbf114d0 (diff) | |
download | CMake-997fd839ed3186f5578dff118b9519eaea5b66bc.zip CMake-997fd839ed3186f5578dff118b9519eaea5b66bc.tar.gz CMake-997fd839ed3186f5578dff118b9519eaea5b66bc.tar.bz2 |
curl: Hard-code HAVE_W* macros on UNIX for Cygwin
The curl library code assumes that HAVE_WINDOWS_H and similar macros are
not defined on Cygwin. Its CMake code achieved this by not even testing
for the corresponding headers on UNIX platforms. However, libarchive
does test HAVE_WINDOWS_H and confuses our curl build. We avoid the
conflict by hard-coding the macros to 0 for UNIX builds inside the curl
tree.
Diffstat (limited to 'Modules/Platform/GNU.cmake')
0 files changed, 0 insertions, 0 deletions