diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-02-02 21:49:21 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-02-02 21:49:21 (GMT) |
commit | 750df40ffbec73c5114e731991fd2700aeeb9334 (patch) | |
tree | 027bf45c2bc947a214de1a8ff1b5ec7c66d6689a /config | |
parent | fb587185a2b4b926b9f68e4c954f163c80749763 (diff) | |
download | hdf5-750df40ffbec73c5114e731991fd2700aeeb9334.zip hdf5-750df40ffbec73c5114e731991fd2700aeeb9334.tar.gz hdf5-750df40ffbec73c5114e731991fd2700aeeb9334.tar.bz2 |
HDFFV-9875 Fix typo
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake_ext_mod/HDFMacros.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake index f4386ec..5086a68 100644 --- a/config/cmake_ext_mod/HDFMacros.cmake +++ b/config/cmake_ext_mod/HDFMacros.cmake @@ -52,7 +52,7 @@ macro (INSTALL_TARGET_PDB libtarget targetdestination targetcomponent) endif () install ( FILES - ${targetfilename}> + ${targetfilename} DESTINATION ${targetdestination} CONFIGURATIONS RelWithDebInfo |