projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix for WITH_LLVM cmake option: When using WITH_CYCLES_OSL this option is forced...
[blender.git]
/
CMakeLists.txt
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index dc90f962968af6a3140694c14ba38849c7d884bd..47a53d0edb12146ab4e7f35ce5420117e54717db 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-376,7
+376,7
@@
endif()
# auto enable llvm for cycles_osl
if(WITH_CYCLES_OSL)
- set(WITH_LLVM ON)
+ set(WITH_LLVM ON
CACHE BOOL "ON" FORCE
)
endif()
# don't store paths to libs for portable distribution