Control: tags -1 + patch The attached patch from Gentoo was applied in Ubuntu. You can apply it if you want to.
Description: Fix build with CMake 4 Origin: gentoo, https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9234861af8572d3b2f2c6ab97e778f24ee70da20 Bug-Debian: https://bugs.debian.org/1113487 Author: Arthur Zamarin <[email protected]> Last-Update: 2025-06-24
--- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -cmake_minimum_required(VERSION 2.8.12) -cmake_policy(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.17) project(schroot)

