summaryrefslogtreecommitdiffstats
path: root/CMakeInstallation.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2016-10-04 14:36:01 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2016-10-04 14:36:01 (GMT)
commit8c49b6e05a7d40218b8129b29bd74bbd2b39758d (patch)
tree2fce87a76b5dfc7012432d9ce45b0934404f0d51 /CMakeInstallation.cmake
parentec991ed4b813adb3300bc82ed64c550eb505e3d0 (diff)
downloadhdf5-8c49b6e05a7d40218b8129b29bd74bbd2b39758d.zip
hdf5-8c49b6e05a7d40218b8129b29bd74bbd2b39758d.tar.gz
hdf5-8c49b6e05a7d40218b8129b29bd74bbd2b39758d.tar.bz2
HDFFV-9991: Remove uneeded 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 8dcaf85..6817d5c 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})