Skip to content

Commit 740eee4

Browse files
committed
fix
1 parent 7951de3 commit 740eee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ament_build.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ find_package(ament_index_cpp REQUIRED)
1515
set( BTCPP_EXTRA_LIBRARIES
1616
$<BUILD_INTERFACE:ament_index_cpp::ament_index_cpp>
1717
$<BUILD_INTERFACE:${ZeroMQ_LIBRARIES}>
18-
$<BUILD_INTERFACE:${${SQLite3_LIBRARIES}>
18+
$<BUILD_INTERFACE:${SQLite3_LIBRARIES}>
1919
)
2020

2121
ament_export_dependencies(ament_index_cpp)

0 commit comments

Comments
 (0)