File: cmake-4.patch

package info (click to toggle)
nvidia-texture-tools 2.1.2~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,676 kB
  • sloc: cpp: 50,344; ansic: 10,439; sh: 62; makefile: 15
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.8.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0)
 PROJECT(NV)
 ENABLE_TESTING()