Blender Git Commit Log
Git Commits -> Revision 67031c1
Revision 67031c1 by Bastien Montagne (master) November 19, 2012, 08:51 (GMT) |
Fix when statically linking with distro's boost: in this case, we most likely also need to statically link against icu, as most boost packages are built with it. Without that, you get a bunch of errors at link time (when using boost_locale, or, in freestyle branch, boost_regex). So when you enable Boost_USE_STATIC_LIBS, you should also set Boost_USE_ICU to True. Will add a note about that in build doc too. |
Commit Details:
Full Hash: 67031c1712eae091dd8c1ffaab43b7d9508bd446
SVN Revision: 52346
Parent Commit: 509e178
Lines Changed: +152, -0
1 Added Path:
/build_files/cmake/Modules/FindIcuLinux.cmake (+146, -0) (View)