Skip to content

Commit

Permalink
Merge pull request GafferHQ#194 from boberfly/appleseed_boost_fix
Browse files Browse the repository at this point in the history
Appleseed: Prevent using the system boost
  • Loading branch information
johnhaddon authored Sep 3, 2021
2 parents 2a79599 + 6cdb0fc commit 905b520
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Appleseed/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
" -D CMAKE_PREFIX_PATH={buildDir}"
" -D CMAKE_INSTALL_PREFIX={buildDir}/appleseed"
" -D CMAKE_LIBRARY_PATH={pythonLibDir}"
" -D BOOST_ROOT={buildDir}"
" -D Boost_NO_SYSTEM_PATHS=ON"
" ..",

"cd build && make install -j {jobs} VERBOSE=1"
Expand Down

0 comments on commit 905b520

Please sign in to comment.