Skip to content

Commit

Permalink
fix(autoware_launch): remove unnecessary config declaration (autowa…
Browse files Browse the repository at this point in the history
…refoundation#137)

* fix(autoware_launch): remove unnecessary `config` declaration

Signed-off-by: kminoda <[email protected]>

* follow alphabetical order

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Dec 22, 2022
1 parent 20f95e5 commit 8bd2844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions autoware_launch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ endif()

ament_auto_package(
INSTALL_TO_SHARE
launch
config
launch
rviz
config
)

0 comments on commit 8bd2844

Please sign in to comment.