[CMake] Re: Re: Re: Target flags depending on compilation ofanothertarget

2007-12-21 Thread Rodolfo Schulz de Lima
You are right. I was confusing cmake time with build time. However, what is to stop you building your own version of wxwidgets as an external project? Then cmake; make, etc., would have to be run once to build wxwidgets and once for your project. If that turned out to be too complicated for

Re: [CMake] Re: Re: Re: Target flags depending on compilation ofanothertarget

2007-12-21 Thread Alan W. Irwin
On 2007-12-21 19:23-0200 Rodolfo Schulz de Lima wrote: You are right. I was confusing cmake time with build time. However, what is to stop you building your own version of wxwidgets as an external project? Then cmake; make, etc., would have to be run once to build wxwidgets and once for your