Remove debug lines from the cmake script

This commit is contained in:
David Sansome 2010-03-30 00:08:48 +00:00
parent 4e5218a189
commit 96802bdf6e
1 changed files with 0 additions and 3 deletions

View File

@ -171,9 +171,6 @@ if (UPDATE_TRANSLATIONS)
set(_po "${_path}/${_lang}.po")
endif (_lang STREQUAL "empty")
MESSAGE(STATUS ${_po})
MESSAGE(STATUS ${_ts})
MESSAGE(STATUS ${TS_FILE})
add_custom_command(OUTPUT ${_po}
COMMAND lconvert ARGS ${_ts} -o ${_po} -of po
MAIN_DEPENDENCY ${_ts}