Skip to content

Commit

Permalink
Bump minimum required CMake version to match upstream (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyboxvk authored Oct 21, 2024
1 parent 9a4a3c1 commit 31d37d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")
########################################################################
# Project setup
########################################################################
cmake_minimum_required(VERSION 3.8)
cmake_minimum_required(VERSION 3.16)
project(gr-lora_sdr CXX C)
enable_testing()

Expand Down

0 comments on commit 31d37d9

Please sign in to comment.