Skip to content

Commit 0e8a10b

Browse files
authoredApr 18, 2025
Bump min cmake version to 3.5 (#25)
1 parent 3891054 commit 0e8a10b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎head_ref/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.0.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(head_ref)
33

44
add_compile_options(-Wall -Werror=all)

‎head_ref_msgs/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.0.2)
1+
cmake_minimum_required(VERSION 3.5)
22
project(head_ref_msgs)
33

44
## Find catkin macros and libraries

0 commit comments

Comments
 (0)
Failed to load comments.