diff options
author | Ray Lu <songyulu@hdfgroup.org> | 2022-01-04 02:55:33 (GMT) |
---|---|---|
committer | Ray Lu <songyulu@hdfgroup.org> | 2022-01-04 02:55:33 (GMT) |
commit | 7fa3e66be58958b556d3d929211ffd0faf8b5f40 (patch) | |
tree | 90766484bb1de5a9858b86f084fe901eadeebe1a /config | |
parent | 0d084f201d05cfc9c2e6227da401a950eae0a210 (diff) | |
download | hdf5-7fa3e66be58958b556d3d929211ffd0faf8b5f40.zip hdf5-7fa3e66be58958b556d3d929211ffd0faf8b5f40.tar.gz hdf5-7fa3e66be58958b556d3d929211ffd0faf8b5f40.tar.bz2 |
Rearragned how the auxiliary process is tested: let the test script launch it if the --enable-aux-process option is enabled during configure.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/libhdf5.settings.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in index d80b0f8..a7c5f37 100644 --- a/config/cmake/libhdf5.settings.cmake.in +++ b/config/cmake/libhdf5.settings.cmake.in @@ -81,6 +81,7 @@ Dimension scales w/ new references: @DIMENSION_SCALES_WITH_NEW_REF@ Mirror VFD: @H5_HAVE_MIRROR_VFD@ (Read-Only) S3 VFD: @H5_HAVE_ROS3_VFD@ (Read-Only) HDFS VFD: @H5_HAVE_LIBHDFS@ + Auxiliary Process: @H5_HAVE_AUX_PROCESS@ dmalloc: @H5_HAVE_LIBDMALLOC@ Packages w/ extra debug output: @INTERNAL_DEBUG_OUTPUT@ API Tracing: @HDF5_ENABLE_TRACE@ |