mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-30 11:08:51 -06:00
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
4 lines
154 B
CMake
4 lines
154 B
CMake
set(whitespaces_ "[\t\n\r ]*")
|
|
set(md5sums_md5sums "^.* usr/foo/CMakeLists\.txt${whitespaces_}$")
|
|
verifyDebControl("${FOUND_FILE_1}" "md5sums" "md5sums")
|