Skip to content

Commit

Permalink
Merge pull request #1403 from smburdick/build-updates
Browse files Browse the repository at this point in the history
Update CMAKE minimum version to 2.8.12
  • Loading branch information
mossmann authored Feb 22, 2024
2 parents 39940af + 3b55d5a commit d0bb896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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)
cmake_minimum_required(VERSION 2.8.12)
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)
cmake_minimum_required(VERSION 2.8.12)
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)
cmake_minimum_required(VERSION 2.8.12)
project(libhackrf C)
set(MAJOR_VERSION 0)
set(MINOR_VERSION 8)
Expand Down

0 comments on commit d0bb896

Please # to comment.