From 66053ae808d6295fa1560814e39b65ac8dc5f2e2 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Tue, 21 Feb 2023 19:18:28 -0500 Subject: [PATCH] cmake: do not install empty sst dirs --- source/adios2/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/adios2/CMakeLists.txt b/source/adios2/CMakeLists.txt index de2eebbe5f..77899e8ecc 100644 --- a/source/adios2/CMakeLists.txt +++ b/source/adios2/CMakeLists.txt @@ -436,6 +436,8 @@ install(DIRECTORY toolkit/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/adios2/toolkit COMPONENT adios2_core-development FILES_MATCHING PATTERN "*/*.h" PATTERN "*/*.inl" + REGEX "sst/util" EXCLUDE + REGEX "sst/dp" EXCLUDE ) # Library installation