2012/1/18 Eric Noulard <[email protected]>:
> 2012/1/18 Andrea Crotti <[email protected]>:
>> cmake --help-variable-list shows me all the global variables defined, but
>> how do I
>> see for example all the possible variables that are defined only when I
>> include cpack?
>>
>> And how do I get the documentation for a function like cpack_add_component
>> for example?
>
> This is a work-in-progress:
> http://public.kitware.com/Bug/view.php?id=10067
>
> which not progressing too fast currently because I lack time.
> I'll try to push some branch with the beginning of the work this Week-End
> this should makes it easier for other to join the effort.

In the meantime you could try

cmake --help-module CPack
cmake --help-module CPackComponent
cmake --help-module CPackRPM

or open the corresponding CPack<Name>.cmake files and read the initial
comment block.

-- 
Erk
Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to