[rkward] i18n: Remove debug noise
Thomas Friedrichsmeier
null at kde.org
Wed Apr 11 14:43:32 UTC 2018
Git commit 89a7085bfa7044c9ee698ed4c46c5a70698e19c2 by Thomas Friedrichsmeier.
Committed on 11/04/2018 at 14:43.
Pushed by tfry into branch 'master'.
Remove debug noise
M +0 -1 i18n/CMakeLists.txt
https://commits.kde.org/rkward/89a7085bfa7044c9ee698ed4c46c5a70698e19c2
diff --git a/i18n/CMakeLists.txt b/i18n/CMakeLists.txt
index 840e2c9c..cd9fb6df 100644
--- a/i18n/CMakeLists.txt
+++ b/i18n/CMakeLists.txt
@@ -44,7 +44,6 @@ ELSE(NOT GETTEXT_MSGFMT_EXECUTABLE)
SET(TRANSLATION_SRC_DIR "${CMAKE_CURRENT_SOURCE_DIR}/po/")
ENDIF(NOT TRANSLATION_SRC_DIR)
FILE(GLOB PO_FILES "${TRANSLATION_SRC_DIR}/*.po")
- MESSAGE(STATUS "${PO_FILES}")
RKHandlePO("${PO_FILES}")
ADD_CUSTOM_TARGET(translations ALL DEPENDS ${active_translations})
IF(NOT PO_FILES)
More information about the rkward-tracker
mailing list