Skip to content

Commit

Permalink
Fortran: Fix module install rules for Cray Fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Atkins committed Nov 3, 2020
1 parent 3db4fa2 commit 1380b62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/Fortran/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ install(
COMPONENT adios2_fortran-development
FILES_MATCHING
PATTERN "adios2*.mod"
PATTERN "adios2*.smod"
PATTERN "ADIOS2*.mod"
PATTERN "ADIOS2*.smod"
PATTERN "CMakeFiles" EXCLUDE
)

Expand Down

0 comments on commit 1380b62

Please sign in to comment.