[Bf-blender-cvs] [157872922a7] master: CMake: fix building WITH_CYCLES_LOGGING=ON

Campbell Barton noreply at git.blender.org
Tue Apr 16 14:58:22 CEST 2019


Commit: 157872922a7db758af4806356faa695c84d9f588
Author: Campbell Barton
Date:   Tue Apr 16 14:56:17 2019 +0200
Branches: master
https://developer.blender.org/rB157872922a7db758af4806356faa695c84d9f588

CMake: fix building WITH_CYCLES_LOGGING=ON

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

M	intern/cycles/blender/CMakeLists.txt

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

diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index ccbe20b28a8..fc265a47a01 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -48,6 +48,12 @@ set(LIB
 	cycles_util
 )
 
+if(WITH_CYCLES_LOGGING)
+	list(APPEND LIB
+		extern_glog
+	)
+endif()
+
 set(ADDON_FILES
 	addon/__init__.py
 	addon/engine.py



More information about the Bf-blender-cvs mailing list