Skip to content

Commit

Permalink
Fix bug in DyninstElfutils when calling find_package LibDebuginfod
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 22, 2022
1 parent 653885d commit b75ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindElfutils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(NOT "x${Elfutils_FIND_COMPONENTS}" STREQUAL "x")
if(NOT ${_tmp} STREQUAL "DEBUGINFOD")
message(FATAL "Unknown component: '${Elfutils_FIND_COMPONENTS}'")
endif()
find_package(LibDebuginfod ${_FIND_VERSION} ${_exact} ${_required} ${_quiet})
find_package(LibDebuginfod ${Elfutils_FIND_VERSION} ${_exact} ${_required} ${_quiet})
set(_need_debuginfod TRUE)
unset(_tmp)
endif()
Expand Down

0 comments on commit b75ada2

Please sign in to comment.