Skip to content

Commit 6065918

Browse files
committed
add patch
Signed-off-by: wep21 <[email protected]>
1 parent 58c187d commit 6065918

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index a520b02..775eed9 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -16,6 +16,11 @@ rclcpp_components_register_node(${PROJECT_NAME}_lib
6+
EXECUTABLE ${PROJECT_NAME}_node
7+
)
8+
9+
+target_compile_options(${PROJECT_NAME}_node
10+
+ PRIVATE
11+
+ -Wno-deprecated-declarations
12+
+)
13+
+
14+
if(BUILD_TESTING)
15+
ament_add_ros_isolated_gtest(test_${PROJECT_NAME}
16+
test/test_node_interface.cpp

0 commit comments

Comments
 (0)