summaryrefslogtreecommitdiffstats
path: root/config/cmake/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-04-26 22:56:57 (GMT)
committerGitHub <noreply@github.com>2023-04-26 22:56:57 (GMT)
commitca27cf94a2832bc7eb06975070319f827bcf4bbd (patch)
tree9870c14b6c93b93e4bee83642ffc3889f54b60d4 /config/cmake/ConfigureChecks.cmake
parent7973707c86acbf67116261952fe36cdf658435bd (diff)
downloadhdf5-ca27cf94a2832bc7eb06975070319f827bcf4bbd.zip
hdf5-ca27cf94a2832bc7eb06975070319f827bcf4bbd.tar.gz
hdf5-ca27cf94a2832bc7eb06975070319f827bcf4bbd.tar.bz2
Add support for CMakePresets and fix example download (#2817)
Diffstat (limited to 'config/cmake/ConfigureChecks.cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index 869f5ea..b768928 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -131,7 +131,7 @@ CHECK_INCLUDE_FILE_CONCAT ("netdb.h" ${HDF_PREFIX}_HAVE_NETDB_H)
CHECK_INCLUDE_FILE_CONCAT ("arpa/inet.h" ${HDF_PREFIX}_HAVE_ARPA_INET_H)
if (WINDOWS)
CHECK_INCLUDE_FILE_CONCAT ("shlwapi.h" ${HDF_PREFIX}_HAVE_SHLWAPI_H)
- # Checking for StrStrIA in the library is not relaible for mingw32 to stdcall
+ # Checking for StrStrIA in the library is not reliable for mingw32 to stdcall
set (LINK_LIBS ${LINK_LIBS} "shlwapi")
endif ()
@@ -826,7 +826,6 @@ if (HDF5_BUILD_FORTRAN)
message (FATAL_ERROR "Compilation of C ${FUNCTION_NAME} - Failed")
endif ()
endmacro ()
-
set (PROG_SRC
"
#include <float.h>\n\