[CMake] Should CPack command-line options -P and -R do more?

Iosif Neitzke iosif.neitzke+cmake at gmail.com
Thu Sep 11 21:42:11 EDT 2014


Or are these customizing CPack command line options mostly meant to be
used with a CPACK_PROJECT_CONFIG_FILE?

On Thu, Sep 11, 2014 at 9:07 AM, Iosif Neitzke
<iosif.neitzke+cmake at gmail.com> wrote:
> For a project that uses include(CPack) and produces
> CPack_Example-0.1.1-Linux.sh when "cpack" is run and produces
> CPack_Example-0.1.1-Linux.exe when "cpack -G NSIS" is run, am I remiss
> for thinking that
>
> cpack -G NSIS -P NEW_NAME -R 3.1.4
>
> should produce "NEW_NAME-3.1.4-Linux.exe"?
>
> As always, thanks.


More information about the CMake mailing list