Skip to content

Commit 45bdf20

Browse files
committed
lockstep_scheduler: bump cmake minimum to 3.5
1 parent ff8c4b9 commit 45bdf20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platforms/posix/src/px4/common/lockstep_scheduler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.5)
22

33
# We want to test the lockstep schedule even if it is not used otherwise.
44
px4_add_library(lockstep_scheduler

platforms/posix/src/px4/common/lockstep_scheduler/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.8.12)
1+
cmake_minimum_required(VERSION 3.5)
22

33
add_executable(lockstep_scheduler_test
44
src/lockstep_scheduler_test.cpp

0 commit comments

Comments
 (0)