From 5f6bc6bce79341db46bf687219e1f27ff57d0315 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 29 Aug 2021 13:42:34 +0200 Subject: po/CMakeLists.txt: No fiddling anymore with the .pot file during builds. --- po/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'po') diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index eecc301..0b2b2a1 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,12 +1,5 @@ find_package(Intltool REQUIRED) -intltool_update_potfile( - KEYWORDS "_" "_:1,2" "N_" "N_:1,2" - GETTEXT_PACKAGE ${GETTEXT_PACKAGE} - COPYRIGHT_HOLDER "Canonical Ltd." - FILTER "test/*" -) - intltool_install_translations( ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE} -- cgit v1.2.3