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 8dafd4e commit 0507a0b
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 REQUIRED COMPONENTS Foundation)
find_package(rmw REQUIRED)

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

0 comments on commit 0507a0b

Please sign in to comment.