diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-20 14:27:51 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-20 14:27:51 +0000 |
commit | 1675dc02b5b4ae236e1e03157753eadf7ac341c3 (patch) | |
tree | 62804bdbb355da86ce43d5d4f07ea00047403398 | |
parent | 8a02b64a5c572a5f2b0ed703509d95def99fb813 (diff) |
make linux viewer build use the new boost lib names. :/
-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) |