File: cmake.patch

package info (click to toggle)
gargoyle-free 2023.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,108 kB
  • sloc: ansic: 246,256; cpp: 184,798; asm: 5,889; javascript: 5,588; python: 902; sh: 626; makefile: 588; objc: 483; xml: 149
file content (8 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.3)
+cmake_minimum_required(VERSION 3.30)
 
 file(READ "VERSION" GARGOYLE_VERSION)
 string(STRIP "${GARGOYLE_VERSION}" GARGOYLE_VERSION)