[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45769] trunk/blender/intern/opennl/ CMakeLists.txt: Fix for disabling noisy opennl output.

Nicholas Bishop nicholasbishop at gmail.com
Thu Apr 19 04:12:43 CEST 2012


Revision: 45769
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45769
Author:   nicholasbishop
Date:     2012-04-19 02:12:39 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
Fix for disabling noisy opennl output.

More info from bf-committers:
http://lists.blender.org/pipermail/bf-committers/2012-April/036339.html

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

Modified: trunk/blender/intern/opennl/CMakeLists.txt
===================================================================
--- trunk/blender/intern/opennl/CMakeLists.txt	2012-04-19 00:09:20 UTC (rev 45768)
+++ trunk/blender/intern/opennl/CMakeLists.txt	2012-04-19 02:12:39 UTC (rev 45769)
@@ -28,7 +28,7 @@
 
 # remove debug flag here since this is not a blender maintained library
 # and debug gives a lot of prints on UV unwrapping. developers can enable if they need to.
-remove_cc_flag("-DDEBUG")
+add_definitions(-UDEBUG)
 
 
 # quiet compiler warnings about undefined defines




More information about the Bf-blender-cvs mailing list