Skip to content

Commit c0bb693

Browse files
committed
HAS_LIBRARY_TARGET
1 parent a4dfb23 commit c0bb693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tcb_span/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ install(
2929
INCLUDES DESTINATION include
3030
)
3131

32-
ament_export_targets(export_tcb_span)
32+
ament_export_targets(export_tcb_span HAS_LIBRARY_TARGET)
3333
ament_package()

tl_expected/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ install(
2727
INCLUDES DESTINATION include
2828
)
2929

30-
ament_export_targets(export_tl_expected)
30+
ament_export_targets(export_tl_expected HAS_LIBRARY_TARGET)
3131
ament_package()

0 commit comments

Comments
 (0)