We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd06f0 commit 9bfd24dCopy full SHA for 9bfd24d
config/HDF5Macros.cmake
@@ -119,6 +119,10 @@ macro (H5_CREATE_VFD_DIR)
119
endforeach ()
120
endmacro ()
121
122
+# Given the name of a CMake target for an external VOL connector,
123
+# populate variables with the names vol_name_out and vol_env_out with
124
+# the connector's name and the environment string needed to load the connector,
125
+# respectively.
126
macro(HDF5_GET_VOL_TGT_INFO vol_tgt vol_name_out vol_env_out)
127
set(${vol_env_out} "")
128
# HDF5_VOL_CONNECTOR
0 commit comments