Skip to content

Commit

Permalink
Fix building VOLs under library with CMake <3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jan 3, 2024
1 parent 812be1a commit fc15cf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeVOL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ if (HDF5_VOL_ALLOW_EXTERNAL MATCHES "GIT" OR HDF5_VOL_ALLOW_EXTERNAL MATCHES "LO
FetchContent_Declare (${hdf5_vol_depname}
GIT_REPOSITORY "${HDF5_VOL_SOURCE}"
GIT_TAG "${HDF5_VOL_${hdf5_vol_name_upper}_BRANCH}"
FIND_PACKAGE_ARGS NAMES ${hdf5_vol_name_lower}
)
endif ()
elseif(HDF5_VOL_ALLOW_EXTERNAL MATCHES "LOCAL_DIR")
Expand Down

0 comments on commit fc15cf9

Please sign in to comment.