summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFMacros.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-02-02 21:49:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-02-02 21:49:21 (GMT)
commit750df40ffbec73c5114e731991fd2700aeeb9334 (patch)
tree027bf45c2bc947a214de1a8ff1b5ec7c66d6689a /config/cmake_ext_mod/HDFMacros.cmake
parentfb587185a2b4b926b9f68e4c954f163c80749763 (diff)
downloadhdf5-750df40ffbec73c5114e731991fd2700aeeb9334.zip
hdf5-750df40ffbec73c5114e731991fd2700aeeb9334.tar.gz
hdf5-750df40ffbec73c5114e731991fd2700aeeb9334.tar.bz2
HDFFV-9875 Fix typo
Diffstat (limited to 'config/cmake_ext_mod/HDFMacros.cmake')
-rw-r--r--config/cmake_ext_mod/HDFMacros.cmake2
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