Skip to content

Commit

Permalink
cmake: do not install empty sst dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Feb 22, 2023
1 parent 190c2a5 commit 66053ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/adios2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66053ae

Please sign in to comment.