Bump CMake minimum version to 3.10.

This commit is contained in:
Martin Ling
2025-09-19 00:50:16 +01:00
parent 0dc68be1f6
commit 2d2b6231fb
6 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
# Based heavily upon the libftdi cmake setup.
cmake_minimum_required(VERSION 3.5.0)
cmake_minimum_required(VERSION 3.10.0)
project(hackrf-tools C)
set(PACKAGE hackrf-tools)
include(${PROJECT_SOURCE_DIR}/../cmake/set_release.cmake)