From 27d102d6b636ccc6bdc515fbffb0c520fbb88442 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 11 Apr 2024 14:25:21 +0000 Subject: [PATCH] SWDEV-408398: Tests to depend on rocprofiler library not the tool library Change-Id: I462ac1eb2990fffdee30373c379fd1ec15611470 [ROCm/rocprofiler commit: b7a7871fbe7da42f9738de18b82a60249da63d87] --- projects/rocprofiler/tests-v2/unittests/profiler/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/tests-v2/unittests/profiler/CMakeLists.txt b/projects/rocprofiler/tests-v2/unittests/profiler/CMakeLists.txt index e84d1a78c6..72ee326b72 100644 --- a/projects/rocprofiler/tests-v2/unittests/profiler/CMakeLists.txt +++ b/projects/rocprofiler/tests-v2/unittests/profiler/CMakeLists.txt @@ -122,7 +122,7 @@ target_compile_definitions( PRIVATE PROF_API_IMPL HIP_PROF_HIP_API_STRING=1 __HIP_PLATFORM_AMD__=1) target_link_libraries( - runUnitTests PRIVATE rocprofiler_tool ${AQLPROFILE_LIB} hsa-runtime64::hsa-runtime64 + runUnitTests PRIVATE rocprofiler-v2 ${AQLPROFILE_LIB} hsa-runtime64::hsa-runtime64 GTest::gtest GTest::gtest_main stdc++fs ${PCIACCESS_LIBRARIES} ${GDB} dw elf c dl) add_dependencies(tests runUnitTests)