summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-20 14:47:31 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-20 14:47:31 +0000
commita40d1c0f76a37652b5e8c8c8d740a3f99d27f572 (patch)
tree71f9ee262a1b0e85dbacb131caf836e964b09116 /indra
parentafb69f198977828751dec4f6f4a009e7937cdfd7 (diff)
parent1675dc02b5b4ae236e1e03157753eadf7ac341c3 (diff)
viewer2 merge
Diffstat (limited to 'indra')
-rw-r--r--indra/cmake/Boost.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake
index efe9ad74d3..3652508b6a 100644
--- a/indra/cmake/Boost.cmake
+++ b/indra/cmake/Boost.cmake
@@ -42,8 +42,8 @@ else (STANDALONE)
set(BOOST_REGEX_LIBRARY boost_regex-mt)
set(BOOST_SIGNALS_LIBRARY boost_signals-mt)
elseif (LINUX)
- set(BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options-mt)
- set(BOOST_REGEX_LIBRARY boost_regex-mt)
- set(BOOST_SIGNALS_LIBRARY boost_signals-mt)
+ set(BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options-gcc41-mt)
+ set(BOOST_REGEX_LIBRARY boost_regex-gcc41-mt)
+ set(BOOST_SIGNALS_LIBRARY boost_signals-gcc41-mt)
endif (WINDOWS)
endif (STANDALONE)