diff --git a/config/cmake_ext_mod/HDFMacros.cmake b/config/cmake_ext_mod/HDFMacros.cmake index f4386eced1..5086a688d5 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