diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-06-12 00:39:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 00:39:15 (GMT) |
commit | 37990e63c4751493f9c2af8c46e0c230a49e286f (patch) | |
tree | dbe241604568f4372ab7ee3948335010c309b2d0 /config/cmake | |
parent | a64d3a989adc512305c8f2bbdd1cb29ff16a192a (diff) | |
download | hdf5-37990e63c4751493f9c2af8c46e0c230a49e286f.zip hdf5-37990e63c4751493f9c2af8c46e0c230a49e286f.tar.gz hdf5-37990e63c4751493f9c2af8c46e0c230a49e286f.tar.bz2 |
Make some changes to configure.ac to suppor MinGW (#3096)
Adds some H5pubconf.h entries and cpp flags for building on MinGW
using the Autotools.
Also updates the Windows-related H5pubconf.h comments to be more
accurate in CMake.
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 4c80cd3..a5f0b05 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -14,13 +14,13 @@ #ifndef H5_CONFIG_H_ #define H5_CONFIG_H_ -/* Define if the Windows virtual file driver should be compiled */ +/* Define if this is a Windows machine */ #cmakedefine H5_HAVE_WINDOWS @H5_HAVE_WINDOWS@ /* Define if using MinGW */ #cmakedefine H5_HAVE_MINGW @H5_HAVE_MINGW@ -/* Define if on the Windows platform and default WIN32 API */ +/* Define if on the Windows platform and using the Win32 API */ #cmakedefine H5_HAVE_WIN32_API @H5_HAVE_WIN32_API@ /* Define if using a Windows compiler (i.e. Visual Studio) */ |