diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-09-17 15:51:29 -0400 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-09-17 15:51:29 -0400 |
commit | a84b98e31e99b361ea08dddee6183902cefbca59 (patch) | |
tree | 60963075f4b8948f29afa6e3859f83f48637311b /indra/cmake/Boost.cmake | |
parent | 8e7ba92eb9e0371385e3de9a76cc11355be8a974 (diff) |
Rebuilt windows boost for CRT version DLL hell, upgrading to 1.39 in the process.
Diffstat (limited to 'indra/cmake/Boost.cmake')
-rw-r--r-- | indra/cmake/Boost.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Boost.cmake b/indra/cmake/Boost.cmake index 0578ae95ff..efe9ad74d3 100644 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -15,7 +15,7 @@ else (STANDALONE) set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) if (WINDOWS) - set(BOOST_VERSION 1_34_1) + set(BOOST_VERSION 1_39) if (MSVC71) set(BOOST_PROGRAM_OPTIONS_LIBRARY optimized libboost_program_options-vc71-mt-s-${BOOST_VERSION} |