Skip to content

Commit 923c0c2

Browse files
committed
update patch
Signed-off-by: wep21 <[email protected]>
1 parent 03e5aca commit 923c0c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

patch/ros-kilted-autoware-map-loader.osx.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/CMakeLists.txt b/CMakeLists.txt
2-
index 9f8f868..4ada06a 100644
2+
index 9f8f868..6f502a4 100644
33
--- a/CMakeLists.txt
44
+++ b/CMakeLists.txt
55
@@ -27,6 +27,11 @@ rclcpp_components_register_node(pointcloud_map_loader_node
66
EXECUTABLE autoware_pointcloud_map_loader
77
)
88

9-
+target_compile_options(pointcloud_map_loader_node
9+
+target_compile_options(autoware_pointcloud_map_loader
1010
+ PRIVATE
1111
+ -Wno-deprecated-declarations
1212
+)
@@ -18,7 +18,7 @@ index 9f8f868..4ada06a 100644
1818
EXECUTABLE autoware_lanelet2_map_loader
1919
)
2020

21-
+target_compile_options(lanelet2_map_loader_node
21+
+target_compile_options(autoware_lanelet2_map_loader
2222
+ PRIVATE
2323
+ -Wno-deprecated-declarations
2424
+)

0 commit comments

Comments
 (0)