diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d68fbfc7..7e79f7342 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -307,7 +307,7 @@ else() TARGET ${BIN_TARGET} POST_BUILD DEPENDS ${BIN_TARGET} COMMAND $<$:${CMAKE_STRIP}> - ARGS --strip-all $) + ARGS $) endif() endif()