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:
authorJens Verwiebe <info@jensverwiebe.de>2014-07-26 20:39:45 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-07-26 20:39:45 +0400
commitcd59daca534b548111931bd3d9463090490da5cf (patch)
tree123be9391ae8f7e3f4e0497832492c6df6d20e01 /CMakeLists.txt
parentd4dadaea96ed6a1d385e5dbcb44a2cdc5f144f48 (diff)
OSX/cmake: little tweak for last commit
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 c50cdc14158..5692db44f81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1837,7 +1837,7 @@ elseif(APPLE)
if(WITH_LLVM)
set(LLVM_DIRECTORY ${LIBDIR}/llvm CACHE PATH "Path to the LLVM installation")
- set(LLVM_VERSION "3.1" CACHE STRING "Version of LLVM to use")
+ set(LLVM_VERSION "3.4" CACHE STRING "Version of LLVM to use")
if(EXISTS "${LLVM_DIRECTORY}/bin/llvm-config")
set(LLVM_CONFIG "${LLVM_DIRECTORY}/bin/llvm-config")
else()