Bump max version of CMake to 4.2

This commit is contained in:
Carles Fernandez
2025-11-21 19:34:03 +01:00
parent c00878ac8c
commit a0746c8915
3 changed files with 3 additions and 3 deletions
+1 -1
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.1)
cmake_minimum_required(VERSION 3.9...4.2)
project(nav-msg-listener CXX)
set(CMAKE_CXX_STANDARD 11)