install: Fix stripping on macOS
I do not have a good way to detect the Apple strip utility (it has no --help
or --version
) so currently assuming that if(APPLE) we are using Apple strip utility. It there a better way?
The bugs can be reproduced by enabling CPACK_STRIP_FILES
.
Fixes: #11367 (closed)
Fixes: #16499 (closed)
Topic-rename: install-strip-macos
Edited by Brad King