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:
authorBastien Montagne <montagne29@wanadoo.fr>2014-07-30 22:31:13 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-07-30 22:31:13 +0400
commit5e4a97d109b24444b9f2a80fdea6788d4d7a140d (patch)
tree46e0617c15080cfcec9890468054b889fdf6aebb /CMakeLists.txt
parentb4bda0390d5bf644d390fabe1fb0c0a28a45643a (diff)
Default LLVM_STATIC to OFF (it's kinda broken currently, gives various linking issues).
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ca83e9dccbe..e1ed090e53d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -278,7 +278,7 @@ unset(PLATFORM_DEFAULT)
# LLVM
option(WITH_LLVM "Use LLVM" OFF)
-option(LLVM_STATIC "Link with LLVM static libraries" ON)
+option(LLVM_STATIC "Link with LLVM static libraries" OFF)
mark_as_advanced(LLVM_STATIC)
# disable for now, but plan to support on all platforms eventually