Skip to content

Commit c82e210

Browse files
authored
Uniform cmake requirement (#163)
cmake <3.10 is deprecated. Uniform minimum cmake version to the same version used in the rosidl_typesupport_cpp library Signed-off-by: Andrea <[email protected]>
1 parent 0b9d82a commit c82e210

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

rosidl_typesupport_c/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 3.5)
1+
cmake_minimum_required(VERSION 3.20)
22

33
project(rosidl_typesupport_c)
44

rosidl_typesupport_cpp/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 3.5)
1+
cmake_minimum_required(VERSION 3.20)
22

33
project(rosidl_typesupport_cpp)
44

rosidl_typesupport_tests/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 3.8)
1+
cmake_minimum_required(VERSION 3.20)
22
project(rosidl_typesupport_tests)
33

44
# Default to C++17

0 commit comments

Comments
 (0)