Skip to content

Commit

Permalink
Merge pull request #1373 from tier4/fix/colcon_build_error_furthermore
Browse files Browse the repository at this point in the history
fix: install add_cpp_mock_scenario_test.cmake first, or colcon build won't pass
  • Loading branch information
hakuturu583 authored Sep 12, 2024
2 parents 5740aa4 + 50f9222 commit d95790a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mock/cpp_mock_scenarios/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ endif()
install(
DIRECTORY launch rviz
DESTINATION share/${PROJECT_NAME})
install(
FILES cmake/add_cpp_mock_scenario_test.cmake
DESTINATION share/${PROJECT_NAME}/cmake)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down

0 comments on commit d95790a

Please sign in to comment.