diff options
| author | Mark Palange (Mani) <palange@lindenlab.com> | 2011-01-24 12:04:49 -0800 | 
|---|---|---|
| committer | Mark Palange (Mani) <palange@lindenlab.com> | 2011-01-24 12:04:49 -0800 | 
| commit | 6dd086794f5cf319fca1736a5803423b58d79d0b (patch) | |
| tree | 48b183b9de82d005c0bddcc4c8e4167f688e4b80 /indra/cmake | |
| parent | 1e9111466bb8a77fc8054ca3d458a6692579fd3e (diff) | |
Updated boost lib
Diffstat (limited to 'indra/cmake')
| -rw-r--r-- | indra/cmake/Boost.cmake | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 0b7eb7e99b..b9c047a764 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -37,17 +37,17 @@ else (STANDALONE)      else(MSVC80)        # MSVC 10.0 config        set(BOOST_PROGRAM_OPTIONS_LIBRARY  -          optimized libboost_program_options-vc100-mt -          debug libboost_program_options-vc100-mt-gd) +          optimized libboost_program_options-vc100-mt-${BOOST_VERSION} +          debug libboost_program_options-vc100-mt-gd-${BOOST_VERSION})        set(BOOST_REGEX_LIBRARY -          optimized libboost_regex-vc100-mt -          debug libboost_regex-vc100-mt-gd) +          optimized libboost_regex-vc100-mt-${BOOST_VERSION} +          debug libboost_regex-vc100-mt-gd-${BOOST_VERSION})        set(BOOST_SYSTEM_LIBRARY  -          optimized libboost_system-vc100-mt -          debug libboost_system-vc100-mt-gd) +          optimized libboost_system-vc100-mt-${BOOST_VERSION} +          debug libboost_system-vc100-mt-gd-${BOOST_VERSION})        set(BOOST_FILESYSTEM_LIBRARY  -          optimized libboost_filesystem-vc100-mt -          debug libboost_filesystem-vc100-mt-gd)     +          optimized libboost_filesystem-vc100-mt-${BOOST_VERSION} +          debug libboost_filesystem-vc100-mt-gd-${BOOST_VERSION})          endif (MSVC80)    elseif (DARWIN)      set(BOOST_PROGRAM_OPTIONS_LIBRARY boost_program_options-xgcc40-mt) | 
