diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2014-04-04 21:59:15 +0000 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2014-04-04 21:59:15 +0000 |
commit | 1422f8961285c24f88b6c10fd4381ae78be93b6c (patch) | |
tree | a29eb2ed6924c473c85b45cbd16c7f59e3b43022 /indra/cmake | |
parent | 469438707dd61711540f7277ac43f65ac399a51b (diff) |
Linux: Finish new Boost dependencies to get Linux building again.
Diffstat (limited to 'indra/cmake')
-rwxr-xr-x | 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 63e91a37be..348521a77c 100755 --- a/indra/cmake/Boost.cmake +++ b/indra/cmake/Boost.cmake @@ -18,7 +18,7 @@ if (STANDALONE) else (STANDALONE) use_prebuilt_binary(boost) set(Boost_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include) - set(BOOST_VERSION "1.52") + set(BOOST_VERSION "1.55") if (WINDOWS) if(MSVC80) |