We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947c0ac commit d7161f1Copy full SHA for d7161f1
robotis_controller/CMakeLists.txt
@@ -22,7 +22,7 @@ find_package(catkin REQUIRED COMPONENTS
22
)
23
24
find_package(PkgConfig REQUIRED)
25
-pkg_check_modules(YAML_CPP REQUIRED yaml-cpp)
+pkg_check_modules(yaml_cpp yaml-cpp REQUIRED)
26
27
################################################################################
28
# Declare ROS messages, services and actions
0 commit comments