Skip to content

Commit a02020c

Browse files
committed
build(obstacle_avoidance_planner): rename source file to match project name
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent ba85c97 commit a02020c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

planning/obstacle_avoidance_planner/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(BUILD_TESTING)
5050
test/test_${PROJECT_NAME}_node_interface.cpp
5151
)
5252
target_link_libraries(test_${PROJECT_NAME}
53-
${PROJECT_NAME}
53+
obstacle_avoidance_planner
5454
)
5555
endif()
5656

0 commit comments

Comments
 (0)