Skip to content

Commit ba95674

Browse files
committed
CMake fixes
1 parent 466fe22 commit ba95674

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_compile_options("$<$<CONFIG:DEBUG>:-DWITH_CYCLES_DEBUG=1>")
1515
set( WITH_CYCLES_STANDALONE_GUI OFF CACHE INTERNAL "" )
1616
set( WITH_CYCLES_OSL ON CACHE INTERNAL "" )
1717
set( OPENSUBDIV_ROOT_DIR ${CMAKE_INSTALL_PREFIX} CACHE INTERNAL "" )
18+
set( EMBREE_ROOT_DIR ${CMAKE_INSTALL_PREFIX} CACHE INTERNAL "" )
1819
set( BOOST_ROOT ${GAFFER_ROOT} CACHE INTERNAL "" )
1920
#set( LLVM_STATIC ON CACHE INTERNAL "" )
2021
#set( LLVM_ROOT_DIR ${GAFFER_DEPENDENCIES_ROOT} CACHE INTERNAL "" )

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
parser.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

build_docker_optix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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 $@

0 commit comments

Comments
 (0)