summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAndrew de Laix <alain@lindenlab.com>2011-03-15 18:12:43 +0000
committerAndrew de Laix <alain@lindenlab.com>2011-03-15 18:12:43 +0000
commit1de3c1e127706ebc6a16f152635d456dcd59c17f (patch)
treeab90fb319301b62e910ce910983cab6cfcb0827d /indra/cmake
parente25c56dd670dabf89e189ee76e25d7df3bdf59e6 (diff)
update jsoncpp archive on linux.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/JsonCpp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/JsonCpp.cmake b/indra/cmake/JsonCpp.cmake
index 9024fa92a7..499b00fb44 100644
--- a/indra/cmake/JsonCpp.cmake
+++ b/indra/cmake/JsonCpp.cmake
@@ -16,7 +16,7 @@ else (STANDALONE)
elseif (DARWIN)
set(JSONCPP_LIBRARIES libjson_linux-gcc-4.0.1_libmt.a)
elseif (LINUX)
- set(JSONCPP_LIBRARIES libjsoncpp.a)
+ set(JSONCPP_LIBRARIES libjson_linux-gcc-4.1.3_libmt.a)
endif (WINDOWS)
set(JSONCPP_INCLUDE_DIRS "${LIBS_PREBUILT_DIR}/include/jsoncpp" "${LIBS_PREBUILT_DIR}/include/json")
endif (STANDALONE)