On Wednesday, December 03, 2014 00:50:52 Konstantin Podsvirov wrote:
> CMake is being developed for a long time, but does not use COMPONENTs during
> installation. Why?
> 
> The command install(...) allows you to specify the COMPONENT. Why this
> feature is not used by CMake?
> 
> Is it possible to split the install CMake on COMPONENTs? Further it can be
> used when creating redistributable packages.

you can use them when calling the cmake_install.cmake manually, instead of 
calling "make install": cmake -DCOMPONENT="MyComponent" -P cmake_install.cmake


I think at least some of the package generators support the components too.

Alex

-- 

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to