diff options
Diffstat (limited to 'indra')
| -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) | 
