Remove debug-only print from cmake macros

Left it there by an accident.
This commit is contained in:
Sergey Sharybin 2013-11-13 16:42:31 +06:00
parent 6bbca88f66
commit 89e5c87538
1 changed files with 0 additions and 2 deletions

View File

@ -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)