Skip to content

Commit

Permalink
update cmake minimum version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Jun 26, 2024
1 parent 9aba039 commit 0d51055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.8)
project(odom_transform)

find_package(Boost REQUIRED COMPONENTS system filesystem thread date_time)
Expand Down
2 changes: 1 addition & 1 deletion cmake/ROS1.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.8)
project(odom_transform)

find_package(Eigen3 REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion cmake/ROS2.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.8)
project(odom_transform)

# Default to C99
Expand Down

0 comments on commit 0d51055

Please sign in to comment.