Re: [CMake] Launching a script after user picks components in component-based installers

2011-07-03 Thread Mathias Gaunard
On 07/03/2011 06:13 PM, Eric Noulard wrote: The post-install step currently depends on the CPack generator you use. Doing such thing in a portable/cross-platform way would need to suppose you have a portable tool at hand **AT INSTALL TIME**. It would be logical to require CMake and may be embb

Re: [CMake] Launching a script after user picks components in component-based installers

2011-07-03 Thread Eric Noulard
2011/7/3 Mathias Gaunard : > With a component-based installer such as NSIS, the user can choose the > components that he wants to install. > > I would need to launch a script (just launching an external program would > do) after this, telling me where the application was installed, so that I > can

Re: [CMake] Download and Build external dependencies

2011-07-03 Thread Michael Hertling
On 07/01/2011 01:48 PM, Martin Köhler wrote: > Hi, > I'm currently trying to write a cmake script, which downloads some > source code and compile it during the configuration step. In my case > this I want to try it with BLAS from netlib.org because it represents > the problem in a good way ( and I

Re: [CMake] Install targets

2011-07-03 Thread Michael Hertling
On 07/02/2011 04:34 AM, Tim Gallagher wrote: > Hi, > > We have a project that has a main executable and dozens of utility > executables that may or may not be needed. We can add an executable for each > util with EXCLUDE_FROM_ALL defined so just typing make only does the main > code and somethi