summaryrefslogtreecommitdiff
path: root/indra/cmake/CARes.cmake
diff options
context:
space:
mode:
authorKyle McKay <scot@lindenlab.com>2008-07-26 22:56:53 +0000
committerKyle McKay <scot@lindenlab.com>2008-07-26 22:56:53 +0000
commitf2c327be963994ddf8642e024b9e23673ef07694 (patch)
tree28d460cdd42776c2fefbe1f7ad2b0e619b20124a /indra/cmake/CARes.cmake
parent1bb86fb755b99fa58f607b4dcf47c1466664d5ff (diff)
Remainder of CMake 2.6.0 compatibility fixes. CMake 2.4.7/2.4.8 or 2.6.0 can now be used for Mac builds.
Diffstat (limited to 'indra/cmake/CARes.cmake')
-rw-r--r--indra/cmake/CARes.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/CARes.cmake b/indra/cmake/CARes.cmake
index 68fabc3493..8a2dc01561 100644
--- a/indra/cmake/CARes.cmake
+++ b/indra/cmake/CARes.cmake
@@ -13,8 +13,8 @@ else (STANDALONE)
set(CARES_LIBRARIES areslib)
elseif (DARWIN)
set(CARES_LIBRARIES
- optimized ${ARCH_PREBUILT_DIRS_RELEASE}/cares
- debug ${ARCH_PREBUILT_DIRS_DEBUG}/cares
+ optimized ${ARCH_PREBUILT_DIRS_RELEASE}/libcares.a
+ debug ${ARCH_PREBUILT_DIRS_DEBUG}/libcares.a
)
else (WINDOWS)
set(CARES_LIBRARIES cares)