[Bf-blender-cvs] [fd0b104] master: Cycles Standalone: GUI flag was not passed correctly to the code, own mistake when I added the GUI build option.

Thomas Dinges noreply at git.blender.org
Mon Jan 20 21:13:23 CET 2014


Commit: fd0b104f706976204ffa978f76faf85378b1b977
Author: Thomas Dinges
Date:   Mon Jan 20 21:12:28 2014 +0100
https://developer.blender.org/rBfd0b104f706976204ffa978f76faf85378b1b977

Cycles Standalone: GUI flag was not passed correctly to the code, own mistake when I added the GUI build option.

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

M	intern/cycles/CMakeLists.txt

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

diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
index 3b1c66a..16d5ffd 100644
--- a/intern/cycles/CMakeLists.txt
+++ b/intern/cycles/CMakeLists.txt
@@ -63,6 +63,10 @@ if(WITH_CYCLES_NETWORK)
 	add_definitions(-DWITH_NETWORK)
 endif()
 
+if(WITH_CYCLES_STANDALONE_GUI)
+	add_definitions(-DWITH_CYCLES_STANDALONE_GUI)
+endif()
+
 if(WITH_CYCLES_PTEX)
 	add_definitions(-DWITH_PTEX)
 endif()




More information about the Bf-blender-cvs mailing list