From d9943f56dbda5b9ddaa3981ef6f8b497428962b8 Mon Sep 17 00:00:00 2001 From: Ammar ELWazir Date: Thu, 29 Jun 2023 01:53:40 +0000 Subject: [PATCH] Fixing CMakeLists.txt Change-Id: Iea14571f23fef5e683a59afa4d41ee3f63f6df46 [ROCm/rocprofiler commit: 1f9927abf73b7774ed6706563bacd54912ec9762] --- projects/rocprofiler/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler/test/CMakeLists.txt b/projects/rocprofiler/test/CMakeLists.txt index e261e178cc..15eb064bf3 100644 --- a/projects/rocprofiler/test/CMakeLists.txt +++ b/projects/rocprofiler/test/CMakeLists.txt @@ -128,7 +128,7 @@ add_custom_target(test DEPENDS ${HSACO_TARGET_LIST}) add_custom_target(mytest DEPENDS ${HSACO_TARGET_LIST}) add_custom_command(TARGET mytest POST_BUILD DEPENDS mytest - COMMAND $<$:${CMAKE_STRIP}> + COMMAND $<$:${CPACK_STRIP_EXECUTABLE}> ARGS ${HSACO_TARGET_LIST}) ## Building standalone test executable