summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5UseFortran.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-01-08 21:53:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-01-08 21:53:56 (GMT)
commitb06fb9c53618189c1c7c6de23d0b2a4ad6dc9112 (patch)
tree530366f249dc1f7d28b35c8c4dfcf118ba5ea2e4 /config/cmake/HDF5UseFortran.cmake
parent91ec0f52764d43f77097987414391bbd5cecfa45 (diff)
downloadhdf5-b06fb9c53618189c1c7c6de23d0b2a4ad6dc9112.zip
hdf5-b06fb9c53618189c1c7c6de23d0b2a4ad6dc9112.tar.gz
hdf5-b06fb9c53618189c1c7c6de23d0b2a4ad6dc9112.tar.bz2
Merge CMake changes from develop
Diffstat (limited to 'config/cmake/HDF5UseFortran.cmake')
-rw-r--r--config/cmake/HDF5UseFortran.cmake10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/cmake/HDF5UseFortran.cmake b/config/cmake/HDF5UseFortran.cmake
index 14774c7..a24b2e1 100644
--- a/config/cmake/HDF5UseFortran.cmake
+++ b/config/cmake/HDF5UseFortran.cmake
@@ -18,16 +18,6 @@ ENABLE_LANGUAGE (Fortran)
set (HDF_PREFIX "H5")
include (CheckFortranFunctionExists)
-## Check for non-standard extenstion quadmath.h
-
-CHECK_INCLUDE_FILES(quadmath.h C_HAVE_QUADMATH)
-
-if (${C_HAVE_QUADMATH})
- set(${HDF_PREFIX}_HAVE_QUADMATH_H 1)
-else ()
- set(${HDF_PREFIX}_HAVE_QUADMATH_H 0)
-endif ()
-
# The provided CMake Fortran macros don't provide a general compile/run function
# so this one is used.
#-----------------------------------------------------------------------------