[CMake] CPack option naming and deb generator
Eric Noulard
eric.noulard at gmail.com
Fri Oct 12 16:57:08 EDT 2007
2007/9/30, Eric Noulard <eric.noulard at gmail.com>:
> 2007/9/29, Bill Hoffman <bill.hoffman at kitware.com>:
> > I have been busy and have not had time to look at this thread. I have
> > also not had
> > a proper chance to look at the the generators that were added to CPack.
> > My gut feeling is that all variables should stay prefixed with CPACK_.
> > CPACK_DEBIAN_XXXX. Keeps us from polluting the global namespace
> > with arbitrary names and it lets you know that the variable is for use
> > in CPack.
>
> OK I'll submit a patch for RPM generator for which all
> RPM_<WHATEVER> variables will become
> CPACK_RPM_<WHATEVER>
Done.
You've got the patch which fix the issue for RPM generator.
http://www.cmake.org/Bug/view.php?id=5878
--
Erk
More information about the CMake
mailing list