diff --git a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt index 40f75ee35d..5b86f36d55 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt +++ b/projects/rocr-runtime/runtime/hsa-runtime/CMakeLists.txt @@ -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)