summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJan-Willem Blokland <Jan-Willem.Blokland@Shell.com>2023-06-16 14:34:06 (GMT)
committerGitHub <noreply@github.com>2023-06-16 14:34:06 (GMT)
commit8135cc280c63f72dc1818b642a2b21a7a1b9b6dd (patch)
tree6588a9801d41b434facb56501b069b9c95e20e89 /config
parent41b474bf4acd1816aa62aad6e1d55ef7375b2870 (diff)
downloadhdf5-8135cc280c63f72dc1818b642a2b21a7a1b9b6dd.zip
hdf5-8135cc280c63f72dc1818b642a2b21a7a1b9b6dd.tar.gz
hdf5-8135cc280c63f72dc1818b642a2b21a7a1b9b6dd.tar.bz2
CMake: (feature) ROS3 and cmake config file. (#3146)
- Added a cmake variable to the hdf5-config.cmake file which indicate if the library has been build with or without the read-only S3 functionality.
Diffstat (limited to 'config')
-rw-r--r--config/cmake/hdf5-config.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/hdf5-config.cmake.in b/config/cmake/hdf5-config.cmake.in
index 2f8f673..ae6a45a 100644
--- a/config/cmake/hdf5-config.cmake.in
+++ b/config/cmake/hdf5-config.cmake.in
@@ -44,6 +44,7 @@ set (${HDF5_PACKAGE_NAME}_ENABLE_PLUGIN_SUPPORT @HDF5_ENABLE_PLUGIN_SUPPORT@)
set (${HDF5_PACKAGE_NAME}_ENABLE_Z_LIB_SUPPORT @HDF5_ENABLE_Z_LIB_SUPPORT@)
set (${HDF5_PACKAGE_NAME}_ENABLE_SZIP_SUPPORT @HDF5_ENABLE_SZIP_SUPPORT@)
set (${HDF5_PACKAGE_NAME}_ENABLE_SZIP_ENCODING @HDF5_ENABLE_SZIP_ENCODING@)
+set (${HDF5_PACKAGE_NAME}_ENABLE_ROS3_VFD @HDF5_ENABLE_ROS3_VFD@)
set (${HDF5_PACKAGE_NAME}_BUILD_SHARED_LIBS @H5_ENABLE_SHARED_LIB@)
set (${HDF5_PACKAGE_NAME}_BUILD_STATIC_LIBS @H5_ENABLE_STATIC_LIB@)
set (${HDF5_PACKAGE_NAME}_PACKAGE_EXTLIBS @HDF5_PACKAGE_EXTLIBS@)