diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-20 14:47:31 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-20 14:47:31 +0000 |
commit | a40d1c0f76a37652b5e8c8c8d740a3f99d27f572 (patch) | |
tree | 71f9ee262a1b0e85dbacb131caf836e964b09116 /indra | |
parent | afb69f198977828751dec4f6f4a009e7937cdfd7 (diff) | |
parent | 1675dc02b5b4ae236e1e03157753eadf7ac341c3 (diff) |
viewer2 merge
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/Boost.cmake | 6 |
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) |