Skip to content

Commit

Permalink
Merge pull request #656 from robotology/traversaro-patch-1
Browse files Browse the repository at this point in the history
Fix use of FindESDCANAPI.cmake with esdcan-binary vcpkg port
  • Loading branch information
pattacini authored Apr 29, 2020
2 parents dce0711 + a2fc6a6 commit 65935d5
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 65935d5

Please sign in to comment.