lockstep_scheduler: bump cmake minimum to 3.5

This commit is contained in:
Daniel Agar 2025-04-30 11:25:27 -04:00
parent ff8c4b918a
commit 45bdf20481
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
# We want to test the lockstep schedule even if it is not used otherwise.
px4_add_library(lockstep_scheduler

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.5)
add_executable(lockstep_scheduler_test
src/lockstep_scheduler_test.cpp