gentoo-ebuilds/net-libs/libad9361-iio/files/libad9361-iio-0.3-cmake4.patch
Thomas Beierlein aaaad59278
net-libs/libad9361-iio: Fix build with CMake-4
Closes: https://bugs.gentoo.org/952798
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
2025-03-31 10:55:04 +02:00

13 lines
388 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 04d5c45..8316999 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
project(ad9361 C)
set(LIBAD9361_VERSION_MAJOR 0)