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 647000b commit 0376031Copy full SHA for 0376031
ur_calibration/CMakeLists.txt
@@ -18,7 +18,6 @@ find_package(ur_robot_driver REQUIRED)
18
19
find_package(Eigen3 REQUIRED)
20
find_package(yaml_cpp_vendor REQUIRED)
21
-find_package(yaml-cpp REQUIRED)
22
find_package(ur_client_library REQUIRED)
23
24
###########
@@ -35,7 +34,7 @@ target_include_directories(calibration
35
34
${EIGEN3_INCLUDE_DIRS}
36
)
37
target_link_libraries(calibration
38
- yaml-cpp::yaml-cpp
+ yaml-cpp
39
40
ament_target_dependencies(calibration
41
rclcpp
ur_calibration/package.xml
@@ -20,7 +20,6 @@
<depend>ur_robot_driver</depend>
<depend>eigen</depend>
- <depend>yaml-cpp</depend>
<depend>yaml_cpp_vendor</depend>
25
26
<test_depend>ament_cmake_gmock</test_depend>
0 commit comments