diff options
-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 |