CMakeLists.txt: Remove unneeded dependencies

These were required back due to dependency issues in earlier ROCm
releases. With thunk being static now and with better dependency
definitions being used, we can remove these

Signed-off-by: Kent Russell <kent.russell@amd.com>
Change-Id: I266a783993edf32811caf027f4289ede0cbfcb16
This commit is contained in:
Kent Russell
2022-02-08 16:24:46 -05:00
parent d5f074902c
commit 65aec53bca
-5
Vedi File
@@ -191,11 +191,6 @@ if(NOT DISTRO_ID MATCHES "ubuntu")
find_library(LIBGCC NAMES libgcc_s.so.1 REQUIRED)
message(STATUS "LIBGCC:" ${LIBGCC})
target_link_libraries( ${HSAKMT_TARGET} PRIVATE ${LIBGCC} )
else()
find_library(UDEV NAMES libudev.so libudev.a REQUIRED)
message(STATUS "UDEV:" ${UDEV})
find_package(ZLIB REQUIRED)
target_link_libraries( ${HSAKMT_TARGET} PRIVATE ${ZLIB} ${UDEV} )
endif()
## Define default paths and packages.