OSL install deps script: set STOP_ON_WARNING to OFF to disable -Werror.

This commit is contained in:
Brecht Van Lommel 2012-12-11 08:13:56 +00:00
parent c6961305df
commit ea464b9659

@ -876,6 +876,7 @@ compile_OSL() {
cmake_d="$cmake_d -D CMAKE_INSTALL_PREFIX=$_inst"
cmake_d="$cmake_d -D BUILDSTATIC=ON"
cmake_d="$cmake_d -D BUILD_TESTING=OFF"
cmake_d="$cmake_d -D STOP_ON_WARNING=OFF"
if [ -d $INST/boost ]; then
cmake_d="$cmake_d -D BOOST_ROOT=$INST/boost -D Boost_NO_SYSTEM_PATHS=ON"