aboutsummaryrefslogtreecommitdiff
path: root/tools/lzop/patches/002-bump-minimum-cmake-version.patch
blob: 62a389e9e08df2dd1f42a552acac06f025e62c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,7 @@
 # All Rights Reserved.
 #
 
-cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
 
 #
 # simple usage example (Unix):