Fixing CMakeLists.txt

Change-Id: Iea14571f23fef5e683a59afa4d41ee3f63f6df46
This commit is contained in:
Ammar ELWazir
2023-06-29 01:53:40 +00:00
committed by Ammar Elwazir
parent 5ebf0ad12f
commit 1f9927abf7
+1 -1
View File
@@ -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 $<$<CONFIG:release>:${CMAKE_STRIP}>
COMMAND $<$<CONFIG:release>:${CPACK_STRIP_EXECUTABLE}>
ARGS ${HSACO_TARGET_LIST})
## Building standalone test executable