Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53469f8

Browse files
committedMar 27, 2024·
build: fix CMake target
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
1 parent 6f1f03d commit 53469f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎planning/static_centerline_optimizer/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ target_link_libraries(main
3939

4040
if(${rosidl_cmake_VERSION} VERSION_LESS 2.5.0)
4141
rosidl_target_interfaces(main
42-
static_centerline_optimizer "rosidl_typesupport_cpp")
42+
autoware_static_centerline_optimizer "rosidl_typesupport_cpp")
4343
else()
4444
rosidl_get_typesupport_target(
45-
cpp_typesupport_target static_centerline_optimizer "rosidl_typesupport_cpp")
45+
cpp_typesupport_target autoware_static_centerline_optimizer "rosidl_typesupport_cpp")
4646
target_link_libraries(main "${cpp_typesupport_target}")
4747
endif()
4848

0 commit comments

Comments
 (0)
Please sign in to comment.