Skip to content

Commit 5764552

Browse files
committed
update win patch
Signed-off-by: wep21 <[email protected]>
1 parent 12d989e commit 5764552

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patch/ros-jazzy-ur-calibration.win.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index e95014a1..1da48957 100644
2+
index 0b17e4d5..9ace1736 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -2,10 +2,9 @@ cmake_minimum_required(VERSION 3.5)
@@ -15,11 +15,11 @@ index e95014a1..1da48957 100644
1515

1616
if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
1717
message("${PROJECT_NAME}: You did not request a specific build type: selecting 'RelWithDebInfo'.")
18-
@@ -34,7 +33,7 @@ target_include_directories(calibration
19-
${EIGEN3_INCLUDE_DIRS}
18+
@@ -37,7 +36,7 @@ target_include_directories(calibration
19+
${YAML_CPP_INCLUDE_DIRS}
2020
)
2121
target_link_libraries(calibration
22-
- yaml-cpp
22+
- ${YAML_CPP_LIBRARIES}
2323
+ yaml-cpp::yaml-cpp
2424
)
2525
ament_target_dependencies(calibration

0 commit comments

Comments
 (0)