Skip to content

Commit

Permalink
Merge pull request #793 from chuckcranor/master
Browse files Browse the repository at this point in the history
add ${NL_LIBRARY_DIRS} to link_directories()
  • Loading branch information
jgunthorpe committed Jul 20, 2020
2 parents 7b13174 + 8a23e4d commit d5d20bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -442,6 +442,7 @@ if (ENABLE_RESOLVE_NEIGH)
# FIXME use of pkgconfig is discouraged
pkg_check_modules(NL libnl-3.0 libnl-route-3.0 REQUIRED)
include_directories(${NL_INCLUDE_DIRS})
link_directories(${NL_LIBRARY_DIRS})
set(NL_KIND 3)
else()
set(NL_KIND 0)
Expand Down

0 comments on commit d5d20bf

Please sign in to comment.