diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-18 13:18:23 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-18 13:18:23 (GMT) |
commit | 857e0f4404cb5a754d799110b89f0f16b503b4ce (patch) | |
tree | 7aba8e3d369bd1f0eb2493352f14621505cfe4e4 | |
parent | 433078bc80c9516fb0d79b3602ff1fe66d28c04c (diff) | |
download | hdf5-857e0f4404cb5a754d799110b89f0f16b503b4ce.zip hdf5-857e0f4404cb5a754d799110b89f0f16b503b4ce.tar.gz hdf5-857e0f4404cb5a754d799110b89f0f16b503b4ce.tar.bz2 |
Fixes CMake issue with file locking variable
-rw-r--r-- | config/cmake/H5pubconf.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index fdf4c7d..600b046 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -733,7 +733,7 @@ #cmakedefine H5_USE_114_API_DEFAULT @H5_USE_114_API_DEFAULT@ /* Define if the library will use file locking */ -#cmakedefine H5_FILE_LOCKING @H5_USE_FILE_LOCKING@ +#cmakedefine H5_USE_FILE_LOCKING @H5_USE_FILE_LOCKING@ /* Define if a memory checking tool will be used on the library, to cause library to be very picky about memory operations and also disable the |