diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-08-18 13:20:41 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2020-08-18 13:20:41 (GMT) |
commit | 18012b1d98f6f77de78ea5e9a3e01670c66e4bed (patch) | |
tree | 3d7c9fb603a2f3892bcd9ecb5b2ec441a7d64105 | |
parent | 3f5382bb62b1b64b03319cca81aa275bdb8dff61 (diff) | |
parent | 857e0f4404cb5a754d799110b89f0f16b503b4ce (diff) | |
download | hdf5-18012b1d98f6f77de78ea5e9a3e01670c66e4bed.zip hdf5-18012b1d98f6f77de78ea5e9a3e01670c66e4bed.tar.gz hdf5-18012b1d98f6f77de78ea5e9a3e01670c66e4bed.tar.bz2 |
Merge pull request #2801 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:swmr_test_fail_cmake to develop
* commit '857e0f4404cb5a754d799110b89f0f16b503b4ce':
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 |