Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Jan 2, 2024
1 parent bbea3e4 commit d107eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HDF5Examples/FORTRAN/H5PAR/Fortran_sourcefiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ set (examples
)

if (HDF5_ENABLE_SUBFILING_VFD)
set (examples $examples
set (examples ${examples}
ph5_f90_subfiling
)
endif()
if (HDF5_VERSION_STRING VERSION_GREATER_EQUAL "1.14.4")
set (examples $examples
set (examples ${examples}
ph5_f90_filtered_writes_no_sel
)
endif()

0 comments on commit d107eee

Please sign in to comment.