mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
Merge topic 'FindHDF5-Fortran-without-HL'
86c697f49a FindHDF5: Fix Fortran compiler interrogation without HL library
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !6739
This commit is contained in:
@@ -319,8 +319,6 @@ function(_HDF5_test_regular_compiler_Fortran success is_parallel)
|
||||
file(WRITE ${test_file}
|
||||
"program hdf5_hello\n"
|
||||
" use hdf5\n"
|
||||
" use h5lt\n"
|
||||
" use h5ds\n"
|
||||
" integer error\n"
|
||||
" call h5open_f(error)\n"
|
||||
" call h5close_f(error)\n"
|
||||
|
||||
Reference in New Issue
Block a user