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 27, 2019
1 parent b521289 commit b1b6123
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rmw_implementation/CMakeLists.txt
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 b1b6123

Please sign in to comment.