Min CMAKE Version -> 2.8.12

This commit is contained in:
Sam Burdick
2024-02-01 09:18:31 -08:00
parent 041778b5c8
commit 3b55d5a65e
3 changed files with 3 additions and 3 deletions

View File

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