Fixing CMakeLists.txt
Change-Id: Iea14571f23fef5e683a59afa4d41ee3f63f6df46
This commit is contained in:
committed by
Ammar Elwazir
parent
5ebf0ad12f
commit
1f9927abf7
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user