Skip to content

Commit

Permalink
install_deps: Fix OIIO depending on (system...) openVDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Montagne committed Oct 8, 2021
1 parent 2aca08f commit 092424d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_files/build_environment/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2013,7 +2013,7 @@ compile_OIIO() {
fi

# To be changed each time we make edits that would modify the compiled result!
oiio_magic=17
oiio_magic=18
_init_oiio

# Force having own builds for the dependencies.
Expand Down Expand Up @@ -2088,6 +2088,7 @@ compile_OIIO() {
cmake_d="$cmake_d -D USE_PYTHON=OFF"
cmake_d="$cmake_d -D USE_FFMPEG=OFF"
cmake_d="$cmake_d -D USE_OPENCV=OFF"
cmake_d="$cmake_d -D USE_OPENVDB=OFF"
cmake_d="$cmake_d -D BUILD_TESTING=OFF"
cmake_d="$cmake_d -D OIIO_BUILD_TESTS=OFF"
cmake_d="$cmake_d -D OIIO_BUILD_TOOLS=OFF"
Expand Down

0 comments on commit 092424d

Please sign in to comment.