summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-02-15 01:10:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-02-15 01:11:20 (GMT)
commiteadc7752609b383f8444bd3b20b31a2b3416e428 (patch)
tree0352b43e8eb0bd274c2e3ca3f51f30d7ccf8655c /config
parentd6036ce89fe0a284bd1e6486fc6a50e932dd1e2f (diff)
downloadhdf5-eadc7752609b383f8444bd3b20b31a2b3416e428.zip
hdf5-eadc7752609b383f8444bd3b20b31a2b3416e428.tar.gz
hdf5-eadc7752609b383f8444bd3b20b31a2b3416e428.tar.bz2
TRILABS-111 Add missing batch scripts
Diffstat (limited to 'config')
-rw-r--r--config/cmake/HDF5UseFortran.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/HDF5UseFortran.cmake b/config/cmake/HDF5UseFortran.cmake
index 6b77ca4..03597f2 100644
--- a/config/cmake/HDF5UseFortran.cmake
+++ b/config/cmake/HDF5UseFortran.cmake
@@ -234,7 +234,7 @@ foreach (KIND ${VAR} )
set (pack_real_sizeof "${pack_real_sizeof} ${PROG_OUTPUT1},")
endforeach ()
-if (pack_int_sizeof STREQUAL "")
+if (pack_real_sizeof STREQUAL "")
message (FATAL_ERROR "Failed to find available REAL KINDs for Fortran")
endif ()