From 09d47b7fb876366f203d4af4ae382419c52210e1 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Thu, 27 Mar 2025 23:37:48 +0000 Subject: [PATCH] lzo: allow build with cmake-4.0.0 --- .../lzo/patches/lzo-0001-build-with-cmake-4.0.0.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/compress/lzo/patches/lzo-0001-build-with-cmake-4.0.0.patch diff --git a/packages/compress/lzo/patches/lzo-0001-build-with-cmake-4.0.0.patch b/packages/compress/lzo/patches/lzo-0001-build-with-cmake-4.0.0.patch new file mode 100644 index 0000000000..c3728bfc77 --- /dev/null +++ b/packages/compress/lzo/patches/lzo-0001-build-with-cmake-4.0.0.patch @@ -0,0 +1,11 @@ +--- a/CMakeLists.txt 2017-03-01 19:54:14.000000000 +0000 ++++ b/CMakeLists.txt 2025-03-27 23:36:08.260236301 +0000 +@@ -8,7 +8,7 @@ + # All Rights Reserved. + # + +-cmake_minimum_required(VERSION 3.0 FATAL_ERROR) ++cmake_minimum_required(VERSION 3.0...3.10 FATAL_ERROR) + + # + # simple usage example (Unix):