Re: [CMake] Variables substituted in CPack RPM component user binary specfile

2016-02-08 Thread Domen Vrankar
> Specifying a user binary specfile for CPack RPM packages is done like this: > > set(CPACK_RPM_blah_USER_BINARY_SPECFILE blah.spec.in) > > The documentation says the "specified file will be processed by > configure_file( @ONLY)." However, exactly which variables are available for > substitution? I

[CMake] Variables substituted in CPack RPM component user binary specfile

2016-02-08 Thread Andrew Helten
Specifying a user binary specfile for CPack RPM packages is done like this: set(CPACK_RPM_blah_USER_BINARY_SPECFILE blah.spec.in) The documentation says the "specified file will be processed by configure_file( @ONLY)." However, exactly which variables are available for substitution? Is there a li