Skip to content

Commit 9bfd24d

Browse files
committed
Document usage of new macro
1 parent bcd06f0 commit 9bfd24d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/HDF5Macros.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ macro (H5_CREATE_VFD_DIR)
119119
endforeach ()
120120
endmacro ()
121121

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.
122126
macro(HDF5_GET_VOL_TGT_INFO vol_tgt vol_name_out vol_env_out)
123127
set(${vol_env_out} "")
124128
# HDF5_VOL_CONNECTOR

0 commit comments

Comments
 (0)