projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e8bc62e
)
Fix for WITH_LLVM cmake option: When using WITH_CYCLES_OSL this option is forced...
author
Lukas Toenne <lukas.toenne@googlemail.com>
Sat, 6 Oct 2012 18:40:05 +0000
(18:40 +0000)
committer
Lukas Toenne <lukas.toenne@googlemail.com>
Sat, 6 Oct 2012 18:40:05 +0000
(18:40 +0000)
CMakeLists.txt
patch
|
blob
|
history
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