File: cmake4.patch

package info (click to toggle)
schroot 1.6.13-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,808 kB
  • sloc: cpp: 21,760; sh: 1,019; ansic: 231; makefile: 77
file content (18 lines) | stat: -rw-r--r-- 595 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <arthurzam@gentoo.org>
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)