]> git.pld-linux.org Git - packages/cdrkit.git/blame - cdrkit-1.1.11-cmakewarn.patch
debian patch to fix build with gcc 10
[packages/cdrkit.git] / cdrkit-1.1.11-cmakewarn.patch
CommitLineData
d304e206
AM
1diff -up cdrkit-1.1.11/CMakeLists.txt.cmakewarn cdrkit-1.1.11/CMakeLists.txt
2--- cdrkit-1.1.11/CMakeLists.txt.cmakewarn 2012-07-31 13:11:10.075500531 +0200
3+++ cdrkit-1.1.11/CMakeLists.txt 2012-07-31 13:11:41.069108287 +0200
4@@ -1,3 +1,5 @@
5+cmake_minimum_required(VERSION 2.8)
6+cmake_policy(SET CMP0015 OLD)
7 PROJECT (cdrkit C)
8 SUBDIRS(include genisoimage wodim libedc libhfs_iso icedax libusal librols libunls readom netscsid 3rd-party/dirsplit)
9
This page took 0.067578 seconds and 4 git commands to generate.