[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [47492] branches/soc-2012-swiss_cheese/ intern/opennl/CMakeLists.txt: Fixed warning from cl about contradictory flags on the command-line.

Jason Wilkins Jason.A.Wilkins at gmail.com
Wed Jun 6 03:39:21 CEST 2012


Revision: 47492
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47492
Author:   jwilkins
Date:     2012-06-06 01:39:20 +0000 (Wed, 06 Jun 2012)
Log Message:
-----------
Fixed warning from cl about contradictory flags on the command-line.  Removed -DDEBUG instead of adding -UDEBUG.

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/intern/opennl/CMakeLists.txt

Modified: branches/soc-2012-swiss_cheese/intern/opennl/CMakeLists.txt
===================================================================
--- branches/soc-2012-swiss_cheese/intern/opennl/CMakeLists.txt	2012-06-06 01:37:01 UTC (rev 47491)
+++ branches/soc-2012-swiss_cheese/intern/opennl/CMakeLists.txt	2012-06-06 01:39:20 UTC (rev 47492)
@@ -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.
-add_definitions(-UDEBUG)
+remove_definitions(-DDEBUG)
 
 
 # quiet compiler warnings about undefined defines




More information about the Bf-blender-cvs mailing list