CPackWIX: Allow multiple patch files and diagnose if any are missing
CPACK_WIX_PATCH_FILE now accepts a list of patch files. An error will now be produced if any of the patch files is missing. Previously this would be silently ignored.
Showing
- Modules/CPackWIX.cmake 2 additions, 1 deletionModules/CPackWIX.cmake
- Source/CPack/WiX/cmCPackWIXGenerator.cxx 10 additions, 1 deletionSource/CPack/WiX/cmCPackWIXGenerator.cxx
- Source/CPack/WiX/cmWIXPatch.cxx 10 additions, 2 deletionsSource/CPack/WiX/cmWIXPatch.cxx
- Source/CPack/WiX/cmWIXPatch.h 1 addition, 1 deletionSource/CPack/WiX/cmWIXPatch.h
Please register or sign in to comment