Build: enable Embree by default for make deps

Ref T73819, T73778
This commit is contained in:
Brecht Van Lommel 2020-02-15 09:18:59 +01:00
parent a200986273
commit 9531a8a10a
Notes: blender-bot 2023-02-14 01:21:16 +01:00
Referenced by issue #73819, Embree 3.8.0
Referenced by issue #73778, Cycles: Embree improvements
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if(WIN32)
option(ENABLE_MINGW64 "Enable building of ffmpeg/iconv/libsndfile/lapack/fftw3 by installing mingw64" ON)
endif()
option(WITH_WEBP "Enable building of oiio with webp support" OFF)
option(WITH_EMBREE "Enable building of Embree" OFF)
option(WITH_EMBREE "Enable building of Embree" ON)
set(MAKE_THREADS 1 CACHE STRING "Number of threads to run make with")
if(NOT BUILD_MODE)