Made sure open OIIO does not use system's boost in cases it was compiled from sources

This commit is contained in:
Sergey Sharybin 2012-11-17 11:28:12 +00:00
parent c98be502cd
commit b20cb61607

@ -345,7 +345,7 @@ compile_OIIO() {
-D BUILDSTATIC=ON" -D BUILDSTATIC=ON"
if [ -d $INST/boost ]; then if [ -d $INST/boost ]; then
cmake_d="$cmake_d -D BOOST_ROOT=$INST/boost" cmake_d="$cmake_d -D BOOST_ROOT=$INST/boost -D Boost_NO_SYSTEM_PATHS=ON"
fi fi
# Looks like we do not need ocio in oiio for now... # Looks like we do not need ocio in oiio for now...