From 7761a05f22cef204cd7b63d302fae8432b2a9004 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Fri, 2 Mar 2018 17:43:12 +0000 Subject: [PATCH] Tell releaseme that po is already taken care of --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a768becf4..f59b9d616 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -170,4 +170,7 @@ if (BUILD_TESTING) add_subdirectory(tests/benchmarks) endif() +# Tell releaseme that po is already taken care of +# SKIP_PO_INSTALL + feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)