Skip to content

Commit 7b7f62b

Browse files
committed
cmake minimum 3.16
Bump cmake to oldest version currently used by tier 1 or 2 supported ROS platform. https://www.ros.org/reps/rep-2000.html#humble-hawksbill-may-2022-may-2027 https://www.ros.org/reps/rep-0003.html#noetic-ninjemys-may-2020-may-2025 Signed-off-by: Alex Moriarty <[email protected]>
1 parent 48f14ce commit 7b7f62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0)
1+
cmake_minimum_required(VERSION 3.16)
22

33
# General setup
44
set(PROJ_SOVERSION 1)

0 commit comments

Comments
 (0)