Skip to content

Commit

Permalink
Merge pull request #1339 from tier4/fix/ament_auto_package
Browse files Browse the repository at this point in the history
fix CONFIG_EXTRAS argument of ament_auto_package macro
  • Loading branch information
hakuturu583 authored Aug 19, 2024
2 parents 714dd8e + 1cb560a commit d9158d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/cpp_mock_scenarios/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ if(BUILD_TESTING)
# add_cpp_mock_scenario_test(${PROJECT_NAME} "traffic_simulation_demo" "70")
endif()

ament_auto_package(CONFIG_EXTRAS "${PROJECT_NAME}-extras.cmake")
ament_auto_package(CONFIG_EXTRAS "${PROJECT_NAME}_ament_cmake-extras.cmake")

0 comments on commit d9158d4

Please sign in to comment.