Skip to content

Commit

Permalink
Use fully qualified name for libelf.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wrwilliams committed Feb 8, 2017
1 parent 1a5b8af commit 74605b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindLibElf.cmake
Expand Up @@ -35,7 +35,7 @@ find_path (LIBELF_INCLUDE_DIR

find_library (LIBELF_LIBRARIES
NAMES
elf.so.1
libelf.so.1
HINTS
${LIBELF_LIBRARIES}
PATHS
Expand Down

0 comments on commit 74605b1

Please sign in to comment.