diff options
author | Sam Spilsbury <smspillaz@gmail.com> | 2010-06-23 12:52:07 +0800 |
---|---|---|
committer | Sam Spilsbury <smspillaz@gmail.com> | 2010-06-23 12:52:07 +0800 |
commit | d56524e79e4e2d2563c3788e12b431a0c2bc973c (patch) | |
tree | 5695e29331ba861ef4940cce0ace2c28acb98d09 /po | |
parent | 05efade437f2218cd8c8fdc667abe59ebb33b206 (diff) | |
download | zcomp-d56524e79e4e2d2563c3788e12b431a0c2bc973c.tar.gz zcomp-d56524e79e4e2d2563c3788e12b431a0c2bc973c.tar.bz2 |
Kill debug message
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index b204151..537b0f1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -21,8 +21,6 @@ add_custom_target (nls-update-sources WORKING_DIRECTORY ${po_SOURCE_DIR} ) -message ("po binary dir is " ${po_BINARY_DIR}) - add_custom_command ( OUTPUT ${po_SOURCE_DIR}/compiz.pot COMMAND ${_intltool_update} --gettext-package compiz --pot |