diff options
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.patch | 25 |
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 @@ | |||
| 1 | From c5004770784dc5ff80b88487de38c22275a7960a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Sat, 12 Jul 2025 16:04:38 -0700 | ||
| 4 | Subject: [PATCH] cmake: Bump minimum version to 3.10 | ||
| 5 | |||
| 6 | Cmake4+ 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 | |||
| 10 | Upstream-Status: Submitted [https://github.com/cwzx/nngpp/pull/38] | ||
| 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 12 | --- | ||
| 13 | CMakeLists.txt | 2 +- | ||
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 15 | |||
| 16 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
| 17 | index 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) | ||
