1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Remove dependency on ament_index_cpp

unused dependency

Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
This commit is contained in:
Zachary Michaels 2019-11-18 09:43:36 -08:00
parent 2fc44b6871
commit 013f9cf8d1

View File

@ -58,9 +58,6 @@ target_include_directories(${PROJECT_NAME}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)
ament_target_dependencies(${PROJECT_NAME}
ament_index_cpp)
install(
DIRECTORY include/
DESTINATION include)