File: cmake4.patch

package info (click to toggle)
tetgen 1.6.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,748 kB
  • sloc: cpp: 32,781; sh: 107; makefile: 32
file content (11 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Index: tetgen/CMakeLists.txt
===================================================================
--- tetgen.orig/CMakeLists.txt	2025-10-02 22:20:26.816389597 +0200
+++ tetgen/CMakeLists.txt	2025-10-02 22:20:49.919580166 +0200
@@ -1,5 +1,5 @@
 # Set  the minimum  required version  of cmake  for a  project.
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 3.10)
 
 set(TET_MAJOR_VERSION 1)
 set(TET_MINOR_VERSION 6)