Skip to content

Commit

Permalink
Follow-up buildfarm fix (#835)
Browse files Browse the repository at this point in the history
* Add yaml-cpp dependency

* revert other fix

* add package requirement
  • Loading branch information
ygoumaz authored Jul 18, 2023
1 parent 16efd3b commit c7a5f08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webots_ros2_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ find_package(vision_msgs REQUIRED)
find_package(webots_ros2_msgs REQUIRED)
find_package(tinyxml2_vendor REQUIRED)
find_package(TinyXML2 REQUIRED)
find_package(yaml-cpp REQUIRED)
find_package(PythonLibs 3.10 EXACT REQUIRED)

add_custom_target(compile-lib-controller ALL
Expand Down

0 comments on commit c7a5f08

Please sign in to comment.