Re: [CMake] Invoking the install target with components

2009-04-30 Thread Adolfo Rodríguez
2009/4/29 Alexander Neundorf > On Wednesday 29 April 2009, Adolfo Rodríguez wrote: > > Hello, > > > > I'm using the COMPONENT option of the install command, and found myself > not > > knowing how to invoke the installation of only one component. Browsing > the > > list's archives, I found a 2006

Re: [CMake] Invoking the install target with components

2009-04-29 Thread Alexander Neundorf
On Wednesday 29 April 2009, Adolfo Rodríguez wrote: > Hello, > > I'm using the COMPONENT option of the install command, and found myself not > knowing how to invoke the installation of only one component. Browsing the > list's archives, I found a 2006 post [1] that suggests doing the following: > >

[CMake] Invoking the install target with components

2009-04-29 Thread Adolfo Rodríguez
Hello, I'm using the COMPONENT option of the install command, and found myself not knowing how to invoke the installation of only one component. Browsing the list's archives, I found a 2006 post [1] that suggests doing the following: make preinstall && cmake -DCOMPONENT=foo -P cmake_install.cmake