From 750df40ffbec73c5114e731991fd2700aeeb9334 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Thu, 2 Feb 2017 15:49:21 -0600 Subject: HDFFV-9875 Fix typo --- config/cmake_ext_mod/HDFMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12