summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-04 14:40:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-04 14:40:51 (GMT)
commit8c8a0e84b995d575557061fde5b3ebc4665717ed (patch)
tree8113b0f4220d8776eb4eafdec38e3b96e992945c /CMakeInstallation.cmake
parenta73634409e39bb48c63dfbdf4c31a7cec14bd5ea (diff)
downloadhdf5-8c8a0e84b995d575557061fde5b3ebc4665717ed.zip
hdf5-8c8a0e84b995d575557061fde5b3ebc4665717ed.tar.gz
hdf5-8c8a0e84b995d575557061fde5b3ebc4665717ed.tar.bz2
HDFFV-9991: Remove unneeded file
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r--CMakeInstallation.cmake15
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake
index 4898193..29ddcdd 100644
--- a/CMakeInstallation.cmake
+++ b/CMakeInstallation.cmake
@@ -75,21 +75,6 @@ configure_package_config_file (
)
#-----------------------------------------------------------------------------
-# Configure the FindHDF5.cmake file for the install directory
-#-----------------------------------------------------------------------------
-if (NOT HDF5_EXTERNALLY_CONFIGURED)
- configure_file (
- ${HDF_RESOURCES_DIR}/FindHDF5.cmake.in
- ${HDF5_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/FindHDF5${HDF_PACKAGE_EXT}.cmake @ONLY
- )
- install (
- FILES ${HDF5_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/FindHDF5${HDF_PACKAGE_EXT}.cmake
- DESTINATION ${HDF5_INSTALL_CMAKE_DIR}
- COMPONENT configinstall
- )
-endif (NOT HDF5_EXTERNALLY_CONFIGURED)
-
-#-----------------------------------------------------------------------------
# Configure the hdf5-config.cmake file for the install directory
#-----------------------------------------------------------------------------
set (INCLUDE_INSTALL_DIR ${HDF5_INSTALL_INCLUDE_DIR})