summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/nanomsg/nngpp/0001-cmake-Bump-minimum-version-to-3.10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/nanomsg/nngpp/0001-cmake-Bump-minimum-version-to-3.10.patch')
-rw-r--r--meta-networking/recipes-connectivity/nanomsg/nngpp/0001-cmake-Bump-minimum-version-to-3.10.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/nanomsg/nngpp/0001-cmake-Bump-minimum-version-to-3.10.patch b/meta-networking/recipes-connectivity/nanomsg/nngpp/0001-cmake-Bump-minimum-version-to-3.10.patch
new file mode 100644
index 0000000000..170d799502
--- /dev/null
+++ b/meta-networking/recipes-connectivity/nanomsg/nngpp/0001-cmake-Bump-minimum-version-to-3.10.patch
@@ -0,0 +1,25 @@
1From c5004770784dc5ff80b88487de38c22275a7960a Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Sat, 12 Jul 2025 16:04:38 -0700
4Subject: [PATCH] cmake: Bump minimum version to 3.10
5
6Cmake4+ has dropped support for cmake < 3.5 [1]
7
8[1] https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features
9
10Upstream-Status: Submitted [https://github.com/cwzx/nngpp/pull/38]
11Signed-off-by: Khem Raj <raj.khem@gmail.com>
12---
13 CMakeLists.txt | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16diff --git a/CMakeLists.txt b/CMakeLists.txt
17index caa7145..45a5ad5 100644
18--- a/CMakeLists.txt
19+++ b/CMakeLists.txt
20@@ -1,4 +1,4 @@
21-cmake_minimum_required (VERSION 3.1)
22+cmake_minimum_required (VERSION 3.10)
23 project(nngpp CXX)
24
25 include(GNUInstallDirs)