diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e4bf4bd5..6a14607fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -307,6 +307,7 @@ else() TARGET ${BIN_TARGET} POST_BUILD DEPENDS ${BIN_TARGET} COMMAND $<$:${CMAKE_STRIP}> + $<$:${CMAKE_STRIP}> ARGS $) endif() endif()