1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-21 06:11:25 +00:00

Bump CMake max policy to 3.29

This commit is contained in:
Carles Fernandez
2024-04-13 09:17:18 +02:00
parent fd5174e7ec
commit f1fb4abec0
2 changed files with 2 additions and 2 deletions

View File

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