summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-06-11 18:56:18 -0700
committerbrad kittenbrink <brad@lindenlab.com>2010-06-11 18:56:18 -0700
commit788c787ea7bb80d1a9b29f210d9af9f4da5d4cdb (patch)
tree642b3c66525f20fdfb2f2ffd4ab782188b43832f /indra/cmake
parent5bf8c727c73c98310496be63e9c67a8124e80afe (diff)
Upgraded windows libcurl to 7.20.1 and c-ares to 1.7.1 for consistency with mac/linux and potentially improve EXT-7032 behavior.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/CARes.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/CARes.cmake b/indra/cmake/CARes.cmake
index 8a2dc01561..1850b706ac 100644
--- a/indra/cmake/CARes.cmake
+++ b/indra/cmake/CARes.cmake
@@ -9,6 +9,7 @@ if (STANDALONE)
include(FindCARes)
else (STANDALONE)
use_prebuilt_binary(ares)
+ add_definitions("-DCARES_STATICLIB")
if (WINDOWS)
set(CARES_LIBRARIES areslib)
elseif (DARWIN)