Skip to content

Commit

Permalink
Add $INSTALL/lib/elfutils subdirectory to build paths (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Nov 15, 2019
1 parent 03a33fb commit 1c738e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindLibElf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ if(LibElf_FOUND)
# Because we only report the library with the largest version, we are
# guaranteed there is only one file in LibElf_LIBRARIES
get_filename_component(_elf_dir ${LibElf_LIBRARIES} DIRECTORY)
set(LibElf_LIBRARY_DIRS ${_elf_dir})
set(LibElf_LIBRARY_DIRS ${_elf_dir} "${_elf_dir}/elfutils")
endif()

0 comments on commit 1c738e7

Please sign in to comment.