[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61017] trunk/blender/intern/rigidbody/ CMakeLists.txt: quiet bullet include warning by treating bullet as a system include.

Campbell Barton ideasman42 at gmail.com
Thu Oct 31 00:11:20 CET 2013


Revision: 61017
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61017
Author:   campbellbarton
Date:     2013-10-30 23:11:20 +0000 (Wed, 30 Oct 2013)
Log Message:
-----------
quiet bullet include warning by treating bullet as a system include.

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

Modified: trunk/blender/intern/rigidbody/CMakeLists.txt
===================================================================
--- trunk/blender/intern/rigidbody/CMakeLists.txt	2013-10-30 23:08:53 UTC (rev 61016)
+++ trunk/blender/intern/rigidbody/CMakeLists.txt	2013-10-30 23:11:20 UTC (rev 61017)
@@ -23,11 +23,10 @@
 
 set(INC
 	.
-	../../extern/bullet2/src
 )
 
 set(INC_SYS
-
+	../../extern/bullet2/src
 )
 
 set(SRC




More information about the Bf-blender-cvs mailing list