[CMake] generate multiple packages the easiest way
Eric Noulard
eric.noulard at gmail.com
Sat Feb 27 07:23:12 EST 2010
2010/2/27 AKHRES Nader <nader.akhres at laposte.net>:
> Hello,
>
> I've looked at the archive but can't find exactly the answer suiting to my
> case.
> I need to create several packages (for instance nsis AND zip) of exactly the
> same source tree (no components).
> I've first try to use a list for CPACK_GENERATOR (SET(CPACK_GENERATOR "NSIS"
> "ZIP")) but it generates only the first type package (nsis here).
>
> Is there a way to make it works?
Yes the CPACK_GENERATOR is a list so:
SET(CPACK_GENERATOR "NSIS;ZIP")
should work the same is true for source package:
SET(CPACK_SOURCE_GENERATOR "ZIP;TGZ")
--
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
More information about the CMake
mailing list