diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-09-11 12:45:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 12:45:36 (GMT) |
commit | fbb9ad25963c5ca8c2f7827c30e9543df5528778 (patch) | |
tree | ac6866e5c3c75559f0f93aea641693f462493ef5 /config | |
parent | 117d579c326f64d09d71e28cb0135bbd16a5232e (diff) | |
download | hdf5-fbb9ad25963c5ca8c2f7827c30e9543df5528778.zip hdf5-fbb9ad25963c5ca8c2f7827c30e9543df5528778.tar.gz hdf5-fbb9ad25963c5ca8c2f7827c30e9543df5528778.tar.bz2 |
Fix windows cpack with debug (#3525)
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/patch.xml.in (renamed from config/cmake/patch.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/patch.xml b/config/cmake/patch.xml.in index 1bdff3e..d6843e1 100644 --- a/config/cmake/patch.xml +++ b/config/cmake/patch.xml.in @@ -1,5 +1,5 @@ <CPackWiXPatch> - <CPackWiXFragment Id="CM_CP_libraries.bin.hdf5.dll"> + <CPackWiXFragment Id="CM_CP_libraries.bin.@WIX_CMP_NAME@.dll"> <Environment Id="PATH" Name="PATH" Value="[CM_DP_libraries.bin]" |