File: update-minimum-cmake-version.patch

package info (click to toggle)
ngmlr 0.2.7%2Bgit20210816.a2a31fb%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,876 kB
  • sloc: cpp: 10,359; sh: 134; makefile: 10
file content (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-  cmake_minimum_required(VERSION 2.8)
+cmake_minimum_required(VERSION 3.5)
 project(ngmlr)
 
 include(CheckCXXCompilerFlag)
@@ -39,4 +39,4 @@
   SET(CMAKE_BUILD_TYPE RELWITHDEBINFO)
 ENDIF(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
 
-add_subdirectory(src)
\ No newline at end of file
+add_subdirectory(src)