From 35a226a3fde96aeaff16e7dcd25c8c9c4ec75417 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 aa6ee3213..b0b41dd15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,4 +163,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)