Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion host/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#top dir cmake project for libhackrf + tools

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)
project (HackRF C)

set(CMAKE_C_FLAGS "$ENV{CFLAGS}" CACHE STRING "C Flags")
Expand Down
2 changes: 1 addition & 1 deletion host/hackrf-tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Based heavily upon the libftdi cmake setup.

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)
project(hackrf-tools C)
set(PACKAGE hackrf-tools)
include(${PROJECT_SOURCE_DIR}/../cmake/set_release.cmake)
Expand Down
2 changes: 1 addition & 1 deletion host/libhackrf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# Based heavily upon the libftdi cmake setup.

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.16)
project(libhackrf C)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 9)
Expand Down