Skip to content

Commit

Permalink
remove unneeded line from CMakeLists
Browse files Browse the repository at this point in the history
I don't think we need to tweak the link_directories to get this Poco to link properly

Signed-off-by: Dan Rose <dan@digilabs.io>
  • Loading branch information
rotu committed Sep 25, 2019
1 parent 52e0560 commit 2e340b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rmw_implementation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ else()
find_package(poco_vendor REQUIRED)
find_package(Poco REQUIRED COMPONENTS Foundation)

link_directories(${Poco_LIBRARY_DIR})
add_library(${PROJECT_NAME} SHARED
src/functions.cpp)
ament_target_dependencies(${PROJECT_NAME}
Expand Down

0 comments on commit 2e340b6

Please sign in to comment.