Skip to content

Commit 31d37d9

Browse files
authored
Bump minimum required CMake version to match upstream (#111)
See gnuradio/gnuradio#7389
1 parent 9a4a3c1 commit 31d37d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set(CMAKE_BUILD_TYPE "Release" CACHE STRING "")
1414
########################################################################
1515
# Project setup
1616
########################################################################
17-
cmake_minimum_required(VERSION 3.8)
17+
cmake_minimum_required(VERSION 3.16)
1818
project(gr-lora_sdr CXX C)
1919
enable_testing()
2020

0 commit comments

Comments
 (0)