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)