[CMake] Customizing component package file name

Piotr Sipika piotr.sipika at gmail.com
Wed Jun 21 15:20:20 EDT 2017


2017-06-21 14:03 GMT-04:00 Piotr Sipika <piotr.sipika at gmail.com>:
> Am I going about this the right way?
> Is setting CPACK_RPM_<component>_PACKAGE_FILE_NAME the right way to
> have a component-specific .rpm name?

Figured out what my problem was: I was using the incorrect variable
name, it should be:
CPACK_RPM_<component>_FILE_NAME (without PACKAGE).

Best to all!
Piotr


More information about the CMake mailing list