summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-10-16 17:45:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-10-16 17:45:48 (GMT)
commit4eb2b06a80e6dd23f1814272993d075380dff5e6 (patch)
tree32c49ab4835aa1e01ce5d32b9830c28670890694 /CMakeLists.txt
parentb650bd0bbde7ad80443cedda9f062b81c93263be (diff)
downloadhdf5-4eb2b06a80e6dd23f1814272993d075380dff5e6.zip
hdf5-4eb2b06a80e6dd23f1814272993d075380dff5e6.tar.gz
hdf5-4eb2b06a80e6dd23f1814272993d075380dff5e6.tar.bz2
[svn-r22905] Fixed typo in name of cmake config file. Needed for installing multiple versions on windows.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8afe830..dcb7466 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -901,7 +901,7 @@ IF (NOT HDF5_EXTERNALLY_CONFIGURED)
${HDF5_BINARY_DIR}/CMakeFiles/${HDF5_PACKAGE}${HDF_PACKAGE_EXT}-config-version.cmake @ONLY
)
INSTALL (
- FILES ${HDF5_BINARY_DIR}/CMakeFiles/${HDF5_PACKAGE}${HDF5_PACKAGE_EXT}-config-version.cmake
+ FILES ${HDF5_BINARY_DIR}/CMakeFiles/${HDF5_PACKAGE}${HDF_PACKAGE_EXT}-config-version.cmake
DESTINATION ${HDF5_INSTALL_CMAKE_DIR}/${HDF5_PACKAGE}
COMPONENT configinstall
)