summaryrefslogtreecommitdiffstats
path: root/config/cmake/patch.xml.in
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-11 12:45:36 (GMT)
committerGitHub <noreply@github.com>2023-09-11 12:45:36 (GMT)
commitfbb9ad25963c5ca8c2f7827c30e9543df5528778 (patch)
treeac6866e5c3c75559f0f93aea641693f462493ef5 /config/cmake/patch.xml.in
parent117d579c326f64d09d71e28cb0135bbd16a5232e (diff)
downloadhdf5-fbb9ad25963c5ca8c2f7827c30e9543df5528778.zip
hdf5-fbb9ad25963c5ca8c2f7827c30e9543df5528778.tar.gz
hdf5-fbb9ad25963c5ca8c2f7827c30e9543df5528778.tar.bz2
Fix windows cpack with debug (#3525)
Diffstat (limited to 'config/cmake/patch.xml.in')
-rw-r--r--config/cmake/patch.xml.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cmake/patch.xml.in b/config/cmake/patch.xml.in
new file mode 100644
index 0000000..d6843e1
--- /dev/null
+++ b/config/cmake/patch.xml.in
@@ -0,0 +1,11 @@
+<CPackWiXPatch>
+ <CPackWiXFragment Id="CM_CP_libraries.bin.@WIX_CMP_NAME@.dll">
+ <Environment Id="PATH"
+ Name="PATH"
+ Value="[CM_DP_libraries.bin]"
+ Permanent="no"
+ Part="last"
+ Action="set"
+ System="yes"/>
+ </CPackWiXFragment>
+</CPackWiXPatch>