From 2f8733e08d982717db94044ef8233d43af688426 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Mon, 5 Aug 2024 16:23:03 -0700 Subject: [PATCH] Don't install empty ZAM directories --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index c7ae4f183c..6920e42a01 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -636,6 +636,8 @@ install( # https://gitlab.kitware.com/cmake/cmake/-/issues/17122 Exclude the ones that # this affects explicitly. PATTERN "script_opt/CPP/maint" EXCLUDE + PATTERN "script_opt/ZAM/maint" EXCLUDE + PATTERN "script_opt/ZAM/OPs" EXCLUDE PATTERN "fuzzers/corpora" EXCLUDE) install(