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:
authorCampbell Barton <ideasman42@gmail.com>2015-06-14 02:50:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-06-18 18:32:25 +0300
commitc691ab1572af9c2ae5c5912191fcc69bcd3803fd (patch)
tree2de9fd03b2b76fbcd8d6342bb3333d85011a4d2a
parent30add95104e1cdcaf7faa1f17b59b470a6134983 (diff)
CMake: disable OSL if cycles is disabled
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3144376dd80..1f0be6cd22e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -659,6 +659,8 @@ if(WITH_CYCLES)
if(WITH_CYCLES_OSL)
set(WITH_LLVM ON CACHE BOOL "" FORCE)
endif()
+else()
+ set(WITH_CYCLES_OSL OFF)
endif()
# auto enable openimageio linking dependencies