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 7951de3 commit 740eee4Copy full SHA for 740eee4
cmake/ament_build.cmake
@@ -15,7 +15,7 @@ find_package(ament_index_cpp REQUIRED)
15
set( BTCPP_EXTRA_LIBRARIES
16
$<BUILD_INTERFACE:ament_index_cpp::ament_index_cpp>
17
$<BUILD_INTERFACE:${ZeroMQ_LIBRARIES}>
18
- $<BUILD_INTERFACE:${${SQLite3_LIBRARIES}>
+ $<BUILD_INTERFACE:${SQLite3_LIBRARIES}>
19
)
20
21
ament_export_dependencies(ament_index_cpp)
0 commit comments