1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-18 04:41:26 +00:00

Bump max version of CMake to 4.0

This commit is contained in:
Carles Fernandez
2025-04-01 09:12:23 +02:00
parent 49f8395688
commit b95366c5b6
2 changed files with 27 additions and 6 deletions

View File

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