From acb754b646845d051e644a3ba4cfe7be5130b9d2 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Thu, 9 Feb 2017 12:28:21 -0500 Subject: Depend on newer cmake-extras for FILTER in intltool command. --- po/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'po') diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index e78a9df..eecc301 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -4,6 +4,7 @@ intltool_update_potfile( KEYWORDS "_" "_:1,2" "N_" "N_:1,2" GETTEXT_PACKAGE ${GETTEXT_PACKAGE} COPYRIGHT_HOLDER "Canonical Ltd." + FILTER "test/*" ) intltool_install_translations( -- cgit v1.2.3