File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ add_compile_options("$<$<CONFIG:DEBUG>:-DWITH_CYCLES_DEBUG=1>")
1515set ( WITH_CYCLES_STANDALONE_GUI OFF CACHE INTERNAL "" )
1616set ( WITH_CYCLES_OSL ON CACHE INTERNAL "" )
1717set ( OPENSUBDIV_ROOT_DIR ${CMAKE_INSTALL_PREFIX} CACHE INTERNAL "" )
18+ set ( EMBREE_ROOT_DIR ${CMAKE_INSTALL_PREFIX} CACHE INTERNAL "" )
1819set ( BOOST_ROOT ${GAFFER_ROOT} CACHE INTERNAL "" )
1920#set( LLVM_STATIC ON CACHE INTERNAL "" )
2021#set( LLVM_ROOT_DIR ${GAFFER_DEPENDENCIES_ROOT} CACHE INTERNAL "" )
Original file line number Diff line number Diff line change 6060
6161parser .add_argument (
6262 "--gafferVersion" ,
63- default = "0.55.2 .0" ,
63+ default = "0.55.4 .0" ,
6464 help = "The version of Gaffer to build against. "
6565)
6666
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- python build.py --version 0.15 .0 --cyclesVersion 0.15 .0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
3+ python build.py --version 0.16 .0 --cyclesVersion 0.16 .0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
You can’t perform that action at this time.
0 commit comments