Re: [CMake] CPack, Null Soft and Component

2009-04-09 Thread Jeremy Cowgar
I read share\cmake-2.6\Modules\CPack.cmake and I found the reference to CPACK_ADD_COMPONENT ... Changing my code to that has enabled components. It seems the wiki is out of date? Thanks for your help. Jeremy ___ Powered by www.kitware.com Visit oth

Re: [CMake] CPack, Null Soft and Component

2009-04-09 Thread Jeremy Cowgar
David Cole wrote: I also added a link to that wiki page on the main CMake Wiki page here: http://www.cmake.org/Wiki/CMake#Tutorials David, Is this still true: "Also, as of the time of this writing, the extensions to CPack required to build component-based installers are only available via

Re: [CMake] CPack, Null Soft and Component

2009-04-09 Thread David Cole
I also added a link to that wiki page on the main CMake Wiki page here: http://www.cmake.org/Wiki/CMake#Tutorials On Thu, Apr 9, 2009 at 1:11 PM, David Cole wrote: > This Wiki page tells you all about how to achieve that. > http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack > > >

Re: [CMake] CPack, Null Soft and Component

2009-04-09 Thread David Cole
This Wiki page tells you all about how to achieve that. http://www.cmake.org/Wiki/CMake:Component_Install_With_CPack HTH, David On Thu, Apr 9, 2009 at 12:09 PM, Jeremy Cowgar wrote: > I was hoping that the COMPONENT parameter to INSTALL would cause the Null > Soft installer to have option

[CMake] CPack, Null Soft and Component

2009-04-09 Thread Jeremy Cowgar
I was hoping that the COMPONENT parameter to INSTALL would cause the Null Soft installer to have optional items that can be installed. For instance, I have in my CMakeLists.txt file: INSTALL( DIRECTORY source DESTINATION "./" FILE_PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ DIREC