Skip to content

install: Fix stripping on macOS

Harry Mallon requested to merge hjmallon/cmake:strip into master

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

Merge request reports