diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2021-06-23 03:31:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 03:31:32 (GMT) |
commit | 3d4481c2920b7b983a8d791a266cd2bc9c96e846 (patch) | |
tree | 04b1d2b8eb1d3c61a4e07a9a149ffc8391ef8895 /config/cmake | |
parent | 82c8013a2db4d9a105b5079542526c0bb6c001bf (diff) | |
download | hdf5-3d4481c2920b7b983a8d791a266cd2bc9c96e846.zip hdf5-3d4481c2920b7b983a8d791a266cd2bc9c96e846.tar.gz hdf5-3d4481c2920b7b983a8d791a266cd2bc9c96e846.tar.bz2 |
Removes checks for system(), which is C89/90 (#782)
Diffstat (limited to 'config/cmake')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 2e80023..fd52c24 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -352,9 +352,6 @@ /* Define to 1 if you have the `symlink' function. */ #cmakedefine H5_HAVE_SYMLINK @H5_HAVE_SYMLINK@ -/* Define to 1 if you have the `system' function. */ -#cmakedefine H5_HAVE_SYSTEM @H5_HAVE_SYSTEM@ - /* Define to 1 if you have the <sys/file.h> header file. */ #cmakedefine H5_HAVE_SYS_FILE_H @H5_HAVE_SYS_FILE_H@ |