Re: [CMake] post-generate hook

2013-02-19 Thread Alexander Neundorf
On Tuesday 19 February 2013, Martin Perzl wrote: > Is it possible to execute a command just after the cmake generation > phase? I do not mean a pre- or post-build hook, but a hook just after > cmake itself has finished executing. > > I found an old post on this list answering exactly the same ques

Re: [CMake] post-generate hook

2013-02-19 Thread Petr Kmoch
Hi Martin. I asked for this feature some time ago, but it was rejected :-( http://public.kitware.com/Bug/view.php?id=13020 Petr On Tue, Feb 19, 2013 at 4:37 PM, Martin Perzl wrote: > Is it possible to execute a command just after the cmake generation phase? I > do not mean a pre- or post-build

[CMake] post-generate hook

2013-02-19 Thread Martin Perzl
Is it possible to execute a command just after the cmake generation phase? I do not mean a pre- or post-build hook, but a hook just after cmake itself has finished executing. I found an old post on this list answering exactly the same question, but I am not sure how the problem was solved (eit