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

(cherry picked from commit d9158d4)
  • Loading branch information
hakuturu583 authored and asa-naki committed Aug 22, 2024
1 parent 5414771 commit 3b18379
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 @@ -67,4 +67,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 3b18379

Please sign in to comment.