Skip to content

CPack: use a distinct checksum file for each generator

Different CPack generators could produce checksum files with the same name which were overwritten by each other since only package name without extensions was used for checksum file name generation. This patch adds package extension to checksum files to prevent overwrites.

Fixes: #16840 (closed)

Edited by Brad King

Merge request reports