From 104cc15010a698d4adb96307c101b3b9799202aa Mon Sep 17 00:00:00 2001 From: "Dittakavi, Satyanvesh" Date: Mon, 26 May 2025 18:42:10 +0530 Subject: [PATCH] SWDEV-418904 - Link the hiprtc tests with hiprtc library explicitly (#201) [ROCm/hip-tests commit: a8375980325327b289eeb34131a201ed1528c3e2] --- projects/hip-tests/catch/stress/module/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/stress/module/CMakeLists.txt b/projects/hip-tests/catch/stress/module/CMakeLists.txt index e6bd980002..7a19405182 100644 --- a/projects/hip-tests/catch/stress/module/CMakeLists.txt +++ b/projects/hip-tests/catch/stress/module/CMakeLists.txt @@ -5,4 +5,5 @@ set(TEST_SRC hip_add_exe_to_target(NAME module_stress TEST_SRC ${TEST_SRC} - TEST_TARGET_NAME stress_test) + TEST_TARGET_NAME stress_test + LINKER_LIBS hiprtc)