diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-15 15:18:45 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-01-15 15:18:45 (GMT) |
commit | 485faa47e78710e03316f8c4af1c5699cf6e192f (patch) | |
tree | 382391a2cf55065290503a84d9c50bb0b8f8e2c1 /fortran/src/CMakeLists.txt | |
parent | c6cf45e3e70dcf50f707d3fee68e5a92944982d7 (diff) | |
download | hdf5-485faa47e78710e03316f8c4af1c5699cf6e192f.zip hdf5-485faa47e78710e03316f8c4af1c5699cf6e192f.tar.gz hdf5-485faa47e78710e03316f8c4af1c5699cf6e192f.tar.bz2 |
[svn-r25980] Reverting check-in 25978, C_LONG_DOUBLE seems to be 16 bytes sometimes and 10 bytes other times. Not sure why.
Diffstat (limited to 'fortran/src/CMakeLists.txt')
-rw-r--r-- | fortran/src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fortran/src/CMakeLists.txt b/fortran/src/CMakeLists.txt index efd8a02..b149017 100644 --- a/fortran/src/CMakeLists.txt +++ b/fortran/src/CMakeLists.txt @@ -157,7 +157,6 @@ set_target_properties (${HDF5_F90_C_LIB_TARGET} PROPERTIES if (HDF5_ENABLE_F2003) # F2003 features are enabled set (F_STATUS "_F03") - set (H5_HAVE_FORTRAN_2003 1) else (HDF5_ENABLE_F2003) # F2003 features are not enabled set (F_STATUS "_F90") |