Distribute Findlibaec.cmake module for use by HDF5 library consumers (#6159)

This commit is contained in:
jhendersonHDF
2026-01-22 16:14:20 -06:00
committed by GitHub
parent 16364fe2fa
commit 9af6db11b6
2 changed files with 12 additions and 1 deletions
+9
View File
@@ -150,6 +150,15 @@ if (NOT HDF5_EXTERNALLY_CONFIGURED)
)
endif ()
#-----------------------------------------------------------------------------
# Add CMake Find modules to installation
#-----------------------------------------------------------------------------
install (
FILES ${CMAKE_SOURCE_DIR}/config/cmake/Findlibaec.cmake
DESTINATION ${HDF5_INSTALL_CMAKE_DIR}/Modules
COMPONENT configinstall
)
#-----------------------------------------------------------------------------
# Configure the libhdf5.settings file with library info
#-----------------------------------------------------------------------------