Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-09-01 10:51:20 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-09-01 10:51:20 +0400
commit94d4ff6423d7568eccd1af99f6e456a082a0da92 (patch)
tree7fb90c450041c4b646c36b0697586a78faa93f70 /source/creator
parent5241c27594fccb008c0afa81ca663ff027448e2e (diff)
remove debug prints
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 572f3382227..0618aed14d1 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -326,8 +326,6 @@ IF(WITH_INSTALL)
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