Skip to content

Commit

Permalink
Remove unused find_library call (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll authored Jul 21, 2020
1 parent ee6a18c commit ed3f071
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kdl_parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ find_package(tinyxml_vendor REQUIRED)
find_package(TinyXML REQUIRED)
find_package(urdf REQUIRED)
find_package(urdfdom_headers REQUIRED)
find_library(KDL_LIBRARY REQUIRED
NAMES orocos-kdl
HINTS ${orocos_kdl_LIBRARY_DIRS})

# Default to C++14
if(NOT CMAKE_CXX_STANDARD)
Expand Down

0 comments on commit ed3f071

Please sign in to comment.