On 02/02/2012 08:44 AM, Joakim Hove wrote:
> 
> 
>     First you should use the COMPONENT parameter of the INSTALL command.
>     See:
>     cmake --help-command install
>     and
>     http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack
> 
>     then you may install all the target/files/... belonging to a
>     particular component by doing:
> 
>     cd buildir
>     cmake -DCOMPONENT="componentname" -P cmake_install.cmake
> 
>     <http://www.april.org> 
> 
> 
> OK;
> 
> thank you. That was maybe slightly more involved than I had thougth -
> but certainly doable.
> 
> Joakim
> 
> 

I implemented the "make install-foo" feature some time ago, but didn't
find the time to write the required tests, so it never got merged into
CMake:

http://cmake.org/Bug/view.php?id=10531

Michael
--

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