Skip to content

Commit

Permalink
fix: update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
macnack authored Oct 18, 2023
1 parent fde4060 commit 228ff0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED)
find_package(PCL 1.12 REQUIRED)
find_package(PCL 1.10 REQUIRED)
find_package(sensor_msgs REQUIRED)
find_package(std_msgs REQUIRED)
find_package(nav_msgs REQUIRED)
Expand Down

0 comments on commit 228ff0b

Please sign in to comment.