gentoo-ebuilds/net-wireless/libxtrxll/files/libxtrxll-cmake4.patch
Thomas Beierlein ed39177970
net-wireless/libxtrxll: Fix build with CMake4
Closes: https://bugs.gentoo.org/951855
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
2025-07-12 10:42:28 +02:00

13 lines
352 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07a8ba1..d9021cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
+cmake_minimum_required(VERSION 3.10)
project(libxtrxll C)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
-cmake_minimum_required(VERSION 2.8)
# Set the version information here
set(MAJOR_VERSION 0)