[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31692] trunk/blender/source/creator/ CMakeLists.txt: remove debug prints

Nathan Letwory nathan at letworyinteractive.com
Wed Sep 1 08:51:20 CEST 2010


Revision: 31692
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31692
Author:   jesterking
Date:     2010-09-01 08:51:20 +0200 (Wed, 01 Sep 2010)

Log Message:
-----------
remove debug prints

Modified Paths:
--------------
    trunk/blender/source/creator/CMakeLists.txt

Modified: trunk/blender/source/creator/CMakeLists.txt
===================================================================
--- trunk/blender/source/creator/CMakeLists.txt	2010-09-01 06:19:38 UTC (rev 31691)
+++ trunk/blender/source/creator/CMakeLists.txt	2010-09-01 06:51:20 UTC (rev 31692)
@@ -326,8 +326,6 @@
 		ENDIF(CMAKE_CL_64)
 
 		IF(WITH_PYTHON)
-			MESSAGE (STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
-			MESSAGE (STATUS "CMAKE_CONFIGURATION_TYPES: ${CMAKE_CONFIGURATION_TYPES}")
 			IF(NOT CMAKE_BUILD_TYPE) # hack: with multi-configuration generator this is "", so for now copy both python31.dll/zip and python31_d.dll/zip
 				ADD_CUSTOM_COMMAND(TARGET blender
 					POST_BUILD





More information about the Bf-blender-cvs mailing list