Skip to content

Commit d7161f1

Browse files
committed
- modified robotis_controller/CMakeLists.txt (yaml-cpp bug).
1 parent 947c0ac commit d7161f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotis_controller/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ find_package(catkin REQUIRED COMPONENTS
2222
)
2323

2424
find_package(PkgConfig REQUIRED)
25-
pkg_check_modules(YAML_CPP REQUIRED yaml-cpp)
25+
pkg_check_modules(yaml_cpp yaml-cpp REQUIRED)
2626

2727
################################################################################
2828
# Declare ROS messages, services and actions

0 commit comments

Comments
 (0)