File: cmake-wider-range-supported.patch

package info (click to toggle)
meshsdfilter 1.0%2B1gitb81411-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 212 kB
  • sloc: cpp: 1,498; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113277
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e50a7e..9781500 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.1...3.31)
 
 project(SDFilter)
 
 set(CMAKE_CXX_STANDARD 11)
 set(CMAKE_CXX_STANDARD_REQUIRED ON)
 set(CMAKE_CXX_EXTENSIONS OFF)