File: cmake_fix.diff

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (13 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: libitpp/CMakeLists.txt
===================================================================
--- libitpp.orig/CMakeLists.txt
+++ libitpp/CMakeLists.txt
@@ -25,7 +25,7 @@
 #
 # -------------------------------------------------------------------------
 
-cmake_minimum_required ( VERSION 2.8.6 )
+cmake_minimum_required ( VERSION 4.1.1 )
 
 set ( CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules/ ${CMAKE_MODULE_PATH} )