1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-12-14 20:38:07 +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

@@ -8,7 +8,7 @@
########################################################################
# Project setup
########################################################################
cmake_minimum_required(VERSION 2.8.12...4.0)
cmake_minimum_required(VERSION 2.8.12...4.1)
set(CMAKE_BUILD_TYPE ${CMAKE_BUILD_TYPE} CACHE STRING "Choose build type: None Debug Release RelWithDebInfo MinSizeRel")
project(volk_gnsssdr)
enable_language(CXX)