summaryrefslogtreecommitdiffstats
path: root/Source/CTest/Curl/Platforms
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-11 15:57:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-01-11 15:57:25 (GMT)
commita0ffb9293f506a6d8a6500031354cc482340c919 (patch)
tree5d7c484fd9ee4e0e1926d85c24991c1c5e8e2770 /Source/CTest/Curl/Platforms
parentaeb08658107e925476f97668233fb6ae85063099 (diff)
downloadCMake-a0ffb9293f506a6d8a6500031354cc482340c919.zip
CMake-a0ffb9293f506a6d8a6500031354cc482340c919.tar.gz
CMake-a0ffb9293f506a6d8a6500031354cc482340c919.tar.bz2
Fix testing of curl on windows
Diffstat (limited to 'Source/CTest/Curl/Platforms')
-rw-r--r--Source/CTest/Curl/Platforms/WindowsCache.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CTest/Curl/Platforms/WindowsCache.cmake b/Source/CTest/Curl/Platforms/WindowsCache.cmake
index bbff050..99cf40e 100644
--- a/Source/CTest/Curl/Platforms/WindowsCache.cmake
+++ b/Source/CTest/Curl/Platforms/WindowsCache.cmake
@@ -1,4 +1,6 @@
IF(WIN32)
+ SET(HAVE_LIBWINMM 1)
+ SET(HAVE_LIBWS2_32 1)
SET(HAVE_GETHOSTNAME 1)
SET(HAVE_GETHOSTBYADDR 1)
SET(HAVE_GETSERVBYNAME 1)