diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-27 19:05:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-27 19:05:46 (GMT) |
commit | 2ef7ba5b1303c7743601f245734d1b8b0fb70246 (patch) | |
tree | 6d7d16c9cdb5523f91ad48c42ee4827c33a92edb /config/cmake | |
parent | 4164dc2738949659e40adeedaf3c1e83aa04930e (diff) | |
download | hdf5-2ef7ba5b1303c7743601f245734d1b8b0fb70246.zip hdf5-2ef7ba5b1303c7743601f245734d1b8b0fb70246.tar.gz hdf5-2ef7ba5b1303c7743601f245734d1b8b0fb70246.tar.bz2 |
whitespace
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/HDF5UseFortran.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF5UseFortran.cmake b/config/cmake/HDF5UseFortran.cmake index c5d8200..4350b7a 100644 --- a/config/cmake/HDF5UseFortran.cmake +++ b/config/cmake/HDF5UseFortran.cmake @@ -435,7 +435,7 @@ set (${HDF_PREFIX}_H5CONFIG_F_RKIND_SIZEOF "INTEGER, DIMENSION(1:num_rkinds) :: ENABLE_LANGUAGE (C) if (NOT CMAKE_VERSION VERSION_LESS "3.14.0") -include (CheckCSourceRuns) + include (CheckCSourceRuns) else () #----------------------------------------------------------------------------- # The provided CMake C macros don't provide a general compile/run function |