[Bf-blender-cvs] [9531a8a10a6] master: Build: enable Embree by default for make deps

Brecht Van Lommel noreply at git.blender.org
Sat Feb 15 13:44:33 CET 2020


Commit: 9531a8a10a63ca773ea30d06a960105c89982170
Author: Brecht Van Lommel
Date:   Sat Feb 15 09:18:59 2020 +0100
Branches: master
https://developer.blender.org/rB9531a8a10a63ca773ea30d06a960105c89982170

Build: enable Embree by default for make deps

Ref T73819, T73778

===================================================================

M	build_files/build_environment/cmake/options.cmake

===================================================================

diff --git a/build_files/build_environment/cmake/options.cmake b/build_files/build_environment/cmake/options.cmake
index af9f8b6271d..950209f545a 100644
--- a/build_files/build_environment/cmake/options.cmake
+++ b/build_files/build_environment/cmake/options.cmake
@@ -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)



More information about the Bf-blender-cvs mailing list