Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-11-17 15:28:12 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-11-17 15:28:12 +0400
commitb20cb616072a58b5f6e97c40aaa5fa3c299e6edb (patch)
tree22059976e8a1f5723950558ba9bb3e025d64a5d1 /build_files/build_environment
parentc98be502cd609e5ec3cd950081f5710338bdd0f8 (diff)
Made sure open OIIO does not use system's boost in cases it was compiled from sources
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 540c2cb2f8a..cda18344184 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -345,7 +345,7 @@ compile_OIIO() {
-D BUILDSTATIC=ON"
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
# Looks like we do not need ocio in oiio for now...