Skip to content

Commit

Permalink
Fix use of FindESDCANAPI.cmake with esdcan-binary port
Browse files Browse the repository at this point in the history
This has been already fixed  in YCM in robotology/ycm-cmake-modules#320 .
  • Loading branch information
traversaro authored Apr 29, 2020
1 parent dce0711 commit a2fc6a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/FindESDCANAPI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ if(NOT ESDCANAPI_FOUND)
# Find library
find_library(ESDCANAPI_LIB
NAMES "ntcan"
PATHS ${ESDCAN_LIB_DIRS}
NO_DEFAULT_PATH)
PATHS ${ESDCAN_LIB_DIRS})

# Find include file
find_path(ESDCANAPI_INC_DIRS
Expand Down

0 comments on commit a2fc6a6

Please sign in to comment.