summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CPack/tests/MD5SUMS/test.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CPack/Deb invalid md5sums file fixDomen Vrankar2016-12-231-0/+5
Monolithic deb packages were packaged with invalid md5sums file as trailing slash in path was causing string replace to fail and preserve build path. Fixes #16517