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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-11-13 14:42:31 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-11-15 10:19:47 +0400
commit89e5c875387ade12d5f093d40762e9c6dd9ea1c2 (patch)
tree35aa70bdd71b236087319cb6fd1ce90f46f36ff8 /build_files/cmake
parent6bbca88f6622007ec0adfbb194df56a7b114ac56 (diff)
Remove debug-only print from cmake macros
Left it there by an accident.
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 7a06352ac70..e7e88ad5703 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -891,8 +891,6 @@ macro(msgfmt_simple
COMMAND ${CMAKE_BINARY_DIR}/bin/${CMAKE_CFG_INTDIR}/msgfmt ${_file_from} ${_file_to}
DEPENDS msgfmt)
- message("${CMAKE_BINARY_DIR}/bin/${CMAKE_CFG_INTDIR}/msgfmt ${_file_from} ${_file_to}")
-
set_source_files_properties(${_file_to} PROPERTIES GENERATED TRUE)
unset(_file_from_we)