Skip to content

Commit 3f847d4

Browse files
authored
fix cmake deprecation (#134)
Signed-off-by: mosfet80 <[email protected]>
1 parent 7283329 commit 3f847d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rosidl_typesupport_fastrtps_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_fastrtps_c)
44

rosidl_typesupport_fastrtps_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_fastrtps_cpp)
44

0 commit comments

Comments
 (0)