1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 05:53:16 +00:00

Raise CMake max version to 3.20

This commit is contained in:
Carles Fernandez 2021-05-23 14:13:33 +02:00
parent f9082a971a
commit 9a468c8124
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -8,7 +8,7 @@
########################################################################
# Project setup
########################################################################
cmake_minimum_required(VERSION 2.8.12...3.19)
cmake_minimum_required(VERSION 2.8.12...3.20)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")
endif()