- modified robotis_controller/CMakeLists.txt (yaml-cpp bug).

This commit is contained in:
Zerom
2018-03-20 14:14:34 +09:00
parent 947c0ac192
commit d7161f1033

View File

@@ -22,7 +22,7 @@ find_package(catkin REQUIRED COMPONENTS
)
find_package(PkgConfig REQUIRED)
pkg_check_modules(YAML_CPP REQUIRED yaml-cpp)
pkg_check_modules(yaml_cpp yaml-cpp REQUIRED)
################################################################################
# Declare ROS messages, services and actions