Skip to content

Commit

Permalink
Update ament_build.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jan 31, 2025
1 parent 25d8bdb commit 5309dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ament_build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(BTCPP_SQLITE_LOGGING)
find_package(SQLite3 REQUIRED)
endif()

find_package(ament_index_cpp REQUIRED
find_package(ament_index_cpp REQUIRED)

set(BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS}
${SQLite3_INCLUDE_DIRS})
Expand Down

0 comments on commit 5309dd6

Please sign in to comment.