mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
75bb2a2ee4
Verify that this works using both targets and variables.
7 lines
97 B
Fortran
7 lines
97 B
Fortran
program hdf5_hello
|
|
use hdf5
|
|
integer error
|
|
call h5open_f(error)
|
|
call h5close_f(error)
|
|
end
|