Skip to content

Commit

Permalink
Merge pull request #1352 from tier4/fix/colcon_build_error
Browse files Browse the repository at this point in the history
fix CONFIG_EXTRAS argument of ament_auto_package macro(#1339)
  • Loading branch information
asa-naki authored Aug 22, 2024
2 parents 5414771 + 3b18379 commit b54550a
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 b54550a

Please sign in to comment.