From 868df3525e79ff6c4f5eb6a2801bb70553877fcb Mon Sep 17 00:00:00 2001 From: Lukas Toenne Date: Sat, 6 Oct 2012 18:40:05 +0000 Subject: Fix for WITH_LLVM cmake option: When using WITH_CYCLES_OSL this option is forced ON, but this change was not cached yet. Thanks to Jens Verwiebe for providing this fix. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dc90f962968..47a53d0edb1 100644 --- 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 -- cgit v1.2.3