summaryrefslogtreecommitdiffstats
path: root/tools/liblzo/patches/002-cmake-4.0-compatibility.patch
blob: 90b551ab327a6400f937213def629598920e020e (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.10)
 
 #
 # simple usage example (Unix):