summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-06-03 15:45:13 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-06-03 15:45:20 (GMT)
commit1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176 (patch)
treea66e3e2d7aa10f8638bc740edf3666d1a902b238 /config/cmake_ext_mod
parent94d3aa716659c3c11d05ce5094948927285bfd2a (diff)
downloadhdf5-1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176.zip
hdf5-1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176.tar.gz
hdf5-1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176.tar.bz2
Fix minor issues
Diffstat (limited to 'config/cmake_ext_mod')
-rw-r--r--config/cmake_ext_mod/HDFUseFortran.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFUseFortran.cmake b/config/cmake_ext_mod/HDFUseFortran.cmake
index de66e33..bed1fc1 100644
--- a/config/cmake_ext_mod/HDFUseFortran.cmake
+++ b/config/cmake_ext_mod/HDFUseFortran.cmake
@@ -13,7 +13,7 @@
# This file provides functions for Fortran support.
#
#-------------------------------------------------------------------------------
-ENABLE_LANGUAGE (Fortran)
+enable_language (Fortran)
set (HDF_PREFIX "H5")
#-------------------------------------------------------------------------------