[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50058] trunk/blender/intern/cycles/ CMakeLists.txt: Cycles / Cmake:

Thomas Dinges blender at dingto.org
Mon Aug 20 21:40:50 CEST 2012


Revision: 50058
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50058
Author:   dingto
Date:     2012-08-20 19:40:49 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
Cycles / Cmake:
* Removed last instance of "BLENDER_PLUGIN" define, removed in r39465 in the cycles branch.

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39465

Modified Paths:
--------------
    trunk/blender/intern/cycles/CMakeLists.txt

Modified: trunk/blender/intern/cycles/CMakeLists.txt
===================================================================
--- trunk/blender/intern/cycles/CMakeLists.txt	2012-08-20 18:45:33 UTC (rev 50057)
+++ trunk/blender/intern/cycles/CMakeLists.txt	2012-08-20 19:40:49 UTC (rev 50058)
@@ -63,7 +63,6 @@
 # Subdirectories
 
 if(WITH_CYCLES_BLENDER)
-	add_definitions(-DBLENDER_PLUGIN)
 	add_subdirectory(blender)
 endif()
 




More information about the Bf-blender-cvs mailing list