BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires...
authorBill Hoffman <bill.hoffman@kitware.com>
Wed, 15 Jul 2009 19:25:22 +0000 (19:25 +0000)
committerBill Hoffman <bill.hoffman@kitware.com>
Wed, 15 Jul 2009 19:25:22 +0000 (19:25 +0000)
commitfb08218a0409bdae7ccdc647ffdddf72c3c5fe61
treea8679a038674a3155577297f079a33fe5c075f6d
parent08d95bff5e919a59f91417af091a34cea6004e3d
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found
CMake/CheckTypeSize.c.in
CMakeLists.txt
include/curl/curlbuild.h.cmake