aboutsummaryrefslogtreecommitdiff
path: root/tools/lzop/patches/002-bump-minimum-cmake-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lzop/patches/002-bump-minimum-cmake-version.patch')
-rw-r--r--tools/lzop/patches/002-bump-minimum-cmake-version.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/lzop/patches/002-bump-minimum-cmake-version.patch b/tools/lzop/patches/002-bump-minimum-cmake-version.patch
new file mode 100644
index 0000000000..62a389e9e0
--- /dev/null
+++ b/tools/lzop/patches/002-bump-minimum-cmake-version.patch
@@ -0,0 +1,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):