We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d8bdb commit 5309dd6Copy full SHA for 5309dd6
cmake/ament_build.cmake
@@ -10,7 +10,7 @@ if(BTCPP_SQLITE_LOGGING)
10
find_package(SQLite3 REQUIRED)
11
endif()
12
13
-find_package(ament_index_cpp REQUIRED
+find_package(ament_index_cpp REQUIRED)
14
15
set(BTCPP_EXTRA_INCLUDE_DIRS ${ZeroMQ_INCLUDE_DIRS}
16
${SQLite3_INCLUDE_DIRS})
0 commit comments