From 4ecdbc026c0ccd08e5c88340bf4aa68127540995 Mon Sep 17 00:00:00 2001 From: akolliasAMD <99202231+akolliasAMD@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:12:59 -0600 Subject: [PATCH] added dl on the list of linked libraries (#275) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c3b785669..9bd60d01b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -201,6 +201,7 @@ if (NOT BUILD_TESTS_ONLY) Threads::Threads hip::device hip::host + dl hsa-runtime64::hsa-runtime64 -fgpu-rdc )