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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-03-25 13:27:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-03-25 13:27:08 +0300
commita0a7d823e03fd99ff429b1845c7d6985f10f5c45 (patch)
tree65f48e85993e84f769b81f029ed9653b09045983 /build_files
parent7f3da8f5c91e5dbf030b938a5d852ebc9ce6b361 (diff)
CMake: Disable Cycles OSL for the light configuration
While it was indirectly disabled already, it's handy to use the config as template and enable certain features. In case of Cycles enabling it would also enable OSL which is not very expected.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/config/blender_lite.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/cmake/config/blender_lite.cmake b/build_files/cmake/config/blender_lite.cmake
index 8cd2beb6a3a..3c53ee7ae23 100644
--- a/build_files/cmake/config/blender_lite.cmake
+++ b/build_files/cmake/config/blender_lite.cmake
@@ -14,6 +14,7 @@ set(WITH_CODEC_AVI OFF CACHE BOOL "" FORCE)
set(WITH_CODEC_FFMPEG OFF CACHE BOOL "" FORCE)
set(WITH_CODEC_SNDFILE OFF CACHE BOOL "" FORCE)
set(WITH_CYCLES OFF CACHE BOOL "" FORCE)
+set(WITH_CYCLES_OSL OFF CACHE BOOL "" FORCE)
set(WITH_FFTW3 OFF CACHE BOOL "" FORCE)
set(WITH_LIBMV OFF CACHE BOOL "" FORCE)
set(WITH_LLVM OFF CACHE BOOL "" FORCE)