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)