diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-02-23 13:54:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-02-23 13:54:40 (GMT) |
commit | f175fd25c8714b17b3f5912bfdc7eb78ab50a17d (patch) | |
tree | 79ec06709cf48c4c1570a429bc6046812d6cbb6c /CMakeInstallation.cmake | |
parent | 7e220930da7e77df1531329d8897befa0dc6399f (diff) | |
download | hdf5-f175fd25c8714b17b3f5912bfdc7eb78ab50a17d.zip hdf5-f175fd25c8714b17b3f5912bfdc7eb78ab50a17d.tar.gz hdf5-f175fd25c8714b17b3f5912bfdc7eb78ab50a17d.tar.bz2 |
[svn-r26277] remove filename extension
Diffstat (limited to 'CMakeInstallation.cmake')
-rw-r--r-- | CMakeInstallation.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeInstallation.cmake b/CMakeInstallation.cmake index a702fc3..c83d6bb 100644 --- a/CMakeInstallation.cmake +++ b/CMakeInstallation.cmake @@ -1,4 +1,4 @@ -include (CMakePackageConfigHelpers.cmake) +include (CMakePackageConfigHelpers) #----------------------------------------------------------------------------- # Check for Installation Utilities |