<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,<br>
<br>
I would like to generate a stripped package and a package containing debug symbols from the same build.<br>
<br>
I seem to be able to generate one or the other by changing the CPACK_STRIP_FILES variable in the CPackConfig.cmake file, but as I understand it, the actual stripping is done by cmake so changing that variable and running cpack again doesn't have the desired
effect because cmake is not being run again.<br>
<br>
I'd like to be able to generate packages like<br>
myproject-debug.tar.gz<br>
and<br>
myproject-stripped.tar.gz<br>
<br>
from the same build so I can support debugging core dumps.<br>
<br>
is this something that is easily supported by cmake/cpack? What am I missing?<br>
<br>
Thank you,<br>
Derek<br>
</div>
</body>
</html>