[Bf-blender-cvs] [b5171e2] master: Make cycles standalone link again

Martijn Berger noreply at git.blender.org
Mon Feb 15 21:00:32 CET 2016


Commit: b5171e250c6816ecce26227615d53cf6f6339892
Author: Martijn Berger
Date:   Mon Feb 15 21:00:25 2016 +0100
Branches: master
https://developer.blender.org/rBb5171e250c6816ecce26227615d53cf6f6339892

Make cycles standalone link again

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

M	intern/cycles/app/CMakeLists.txt

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

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index 4123328..af20356 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -49,7 +49,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
 		)
 	endif()
 else()
-	list(APPEND LIBRARIES bf_intern_glew_mx)
+	list(APPEND LIBRARIES bf_intern_glew_mx bf_intern_guardedalloc)
 	if(WITH_CYCLES_LOGGING)
 		list(APPEND LIBRARIES extern_glog extern_gflags)
 	endif()




More information about the Bf-blender-cvs mailing list