Skip to content

Commit

Permalink
fix: install add_cpp_mock_scenario_test.cmake first, or build won't pass
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoyuWang0601 committed Sep 12, 2024
1 parent a6a0383 commit 50f9222
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 50f9222

Please sign in to comment.