rocr: Remove extra LibElf find_package (#767)

This should have been removed when the libelf config search
was added.
This commit is contained in:
estewart08
2025-09-03 19:04:05 -05:00
committed by GitHub
parent f80a2f456c
commit bc35beafbf
@@ -83,7 +83,6 @@ endif() # if (ROCM_CCACHE_BUILD)
## Find external dependencies.
find_package(PkgConfig)
find_package(LibElf REQUIRED)
find_package(LibElf CONFIG)
if(NOT LibElf_FOUND)