Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-15 11:18:59 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2020-02-15 15:44:17 +0300
commit9531a8a10a63ca773ea30d06a960105c89982170 (patch)
treeb94fb247796119ce01d3cd3c6b162c0f14570d3f /build_files
parenta200986273de14c06df30e650fc5a08dbb8bd426 (diff)
Build: enable Embree by default for make deps
Ref T73819, T73778
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/options.cmake2
1 files changed, 1 insertions, 1 deletions
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)