Skip to content

Commit

Permalink
Do not export fcl dependency
Browse files Browse the repository at this point in the history
Closes #255.
  • Loading branch information
peci1 authored Dec 5, 2024
1 parent cf9eb23 commit 53ac39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ target_compile_options(${PROJECT_NAME} PRIVATE ${PROJECT_COMPILE_OPTIONS})
target_include_directories(${PROJECT_NAME}
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include/${PROJECT_NAME}>)
target_link_libraries(${PROJECT_NAME} fcl)
target_link_libraries(${PROJECT_NAME} PRIVATE fcl)
ament_target_dependencies(${PROJECT_NAME}
${THIS_PACKAGE_EXPORT_DEPENDS}
)
Expand Down

0 comments on commit 53ac39a

Please sign in to comment.