summaryrefslogtreecommitdiff
path: root/indra/cmake/JsonCpp.cmake
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2014-12-12 17:33:24 -0500
committerNat Goodspeed <nat@lindenlab.com>2014-12-12 17:33:24 -0500
commitf7d1ece5bee79f030894cf24dc8e7a9135df9242 (patch)
tree7deb7f19ea08c11fb6e7a57cd54ad1704332918f /indra/cmake/JsonCpp.cmake
parenteae38f7d57be5576199294b501e082c6d850473c (diff)
Make JsonCpp.cmake reference Windows lib names we actually use.
Diffstat (limited to 'indra/cmake/JsonCpp.cmake')
-rwxr-xr-xindra/cmake/JsonCpp.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake
index d6d05af315..bf2d470269 100755
--- a/indra/cmake/JsonCpp.cmake
+++ b/indra/cmake/JsonCpp.cmake
@@ -11,8 +11,8 @@ else (USESYSTEMLIBS)
use_prebuilt_binary(jsoncpp)
if (WINDOWS)
set(JSONCPP_LIBRARIES
- debug json_vc100debug_libmt.lib
- optimized json_vc100_libmt)
+ debug json_libmtd.lib
+ optimized json_libmt)
elseif (DARWIN)
set(JSONCPP_LIBRARIES libjson_darwin_libmt.a)
elseif (LINUX)