1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-14 06:07:12 +00:00

Bump max CMake version to 4.1 and local Armadillo version to the 15.0.x branch

This commit is contained in:
Carles Fernandez
2025-08-24 14:00:20 +02:00
parent d8f9038fe3
commit 74b0b4ff1b
4 changed files with 10 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
# SPDX-FileCopyrightText: 2021 C. Fernandez-Prades cfernandez(at)cttc.es
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.9...4.0)
cmake_minimum_required(VERSION 3.9...4.1)
project(nav-msg-listener CXX)
set(CMAKE_CXX_STANDARD 11)