[Bf-blender-cvs] [cd59dac] master: OSX/cmake: little tweak for last commit

Jens Verwiebe noreply at git.blender.org
Sat Jul 26 18:40:01 CEST 2014


Commit: cd59daca534b548111931bd3d9463090490da5cf
Author: Jens Verwiebe
Date:   Sat Jul 26 18:39:45 2014 +0200
Branches: master
https://developer.blender.org/rBcd59daca534b548111931bd3d9463090490da5cf

OSX/cmake: little tweak for last commit

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c50cdc1..5692db4 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()




More information about the Bf-blender-cvs mailing list