File: cmake-4.patch

package info (click to toggle)
nvidia-texture-tools 2.0.8-1%2Bdfsg-11
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,312 kB
  • sloc: cpp: 22,495; ansic: 1,097; sh: 59; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with CMake 4

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0)
 PROJECT(NV)
 ENABLE_TESTING()