[CMake] Select subproject packages

2012-06-01 Thread jupiter . hce

Hi,

I have a top root project and many subprojects under it. I am using
cpack to package some subprojects, but I don't want to package
the root project. When I run the cpack on root build directory, it
also tried to package the root project. Is there any way to disable
package the root project?

Thank you.

Kind regards,

hce

--

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


Re: [CMake] Select subproject packages

2012-06-01 Thread Eric Noulard
2012/6/1  jupiter@gmail.com:
 Hi,

 I have a top root project and many subprojects under it. I am using
 cpack to package some subprojects, but I don't want to package
 the root project. When I run the cpack on root build directory, it
 also tried to package the root project. Is there any way to disable
 package the root project?

Not really see : http://public.kitware.com/Bug/view.php?id=11808
and related bugs.

A possible workaround would be to use CPack COMPONENT
and set CPACK_COMPONENTS_ALL to the list off component
you want ot package.

see:
http://www.vtk.org/Wiki/CMake:Component_Install_With_CPack

-- 
Erk
Le gouvernement représentatif n'est pas la démocratie --
http://www.le-message.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