mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Distribute Findlibaec.cmake module for use by HDF5 library consumers (#6159)
This commit is contained in:
@@ -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
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user