net-libs/libad9361-iio: Fix preparation for CMake 4

Closes: https://bugs.gentoo.org/957452
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
This commit is contained in:
Thomas Beierlein
2025-07-12 17:48:09 +02:00
parent 337d6fc4f2
commit 0a8f57434a
2 changed files with 10 additions and 0 deletions

View File

@@ -11,3 +11,13 @@ index 04d5c45..8316999 100644
project(ad9361 C)
set(LIBAD9361_VERSION_MAJOR 0)
diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt
index 74d6a12..4049c23 100644
--- a/bindings/python/CMakeLists.txt
+++ b/bindings/python/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.87)
+cmake_minimum_required(VERSION 3.10)
project(libad9361-py NONE)
if(${CMAKE_VERSION} VERSION_LESS "3.12.0")