diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:36:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-05 16:36:39 (GMT) |
commit | 63e3db6497ed7cb2508802dc290d05164a7cca9e (patch) | |
tree | 9a0a4db2ccfa29f6cfddcb6a00e2ef8460e0842c /config | |
parent | 5be5a4d83274bbfd4a82795cc14beb0209d18a36 (diff) | |
download | hdf5-63e3db6497ed7cb2508802dc290d05164a7cca9e.zip hdf5-63e3db6497ed7cb2508802dc290d05164a7cca9e.tar.gz hdf5-63e3db6497ed7cb2508802dc290d05164a7cca9e.tar.bz2 |
[svn-r26366] Update windows wix cpack process.
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/patch.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/cmake/patch.xml b/config/cmake/patch.xml new file mode 100644 index 0000000..70571c5 --- /dev/null +++ b/config/cmake/patch.xml @@ -0,0 +1,11 @@ +<CPackWiXPatch> + <CPackWiXFragment Id="CM_CP_libraries.bin.hdf5.dll"> + <Environment Id="PATH" + Name="PATH" + Value="[CM_DP_libraries.bin]" + Permanent="no" + Part="last" + Action="set" + System="yes"/> + </CPackWiXFragment> +</CPackWiXPatch> |