[Bf-blender-cvs] [2d9ed6e] master: fix compiling cycles after recent gflags / glog shuffle

Martijn Berger noreply at git.blender.org
Tue Jan 5 14:14:14 CET 2016


Commit: 2d9ed6e7c863e938ce3b19dc62fe494efb513a0c
Author: Martijn Berger
Date:   Tue Jan 5 14:14:03 2016 +0100
Branches: master
https://developer.blender.org/rB2d9ed6e7c863e938ce3b19dc62fe494efb513a0c

fix compiling cycles after recent gflags / glog shuffle

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

M	intern/cycles/app/CMakeLists.txt

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

diff --git a/intern/cycles/app/CMakeLists.txt b/intern/cycles/app/CMakeLists.txt
index b000266..95bc517 100644
--- a/intern/cycles/app/CMakeLists.txt
+++ b/intern/cycles/app/CMakeLists.txt
@@ -46,7 +46,7 @@ if(CYCLES_STANDALONE_REPOSITORY)
 else()
 	list(APPEND LIBRARIES bf_intern_glew_mx)
 	if(WITH_CYCLES_LOGGING)
-		list(APPEND LIBRARIES extern_glog)
+		list(APPEND LIBRARIES extern_glog extern_gflags)
 	endif()
 endif()




More information about the Bf-blender-cvs mailing list