Re: Re: CMake and Lua
Miguel A. Figueroa-Villanueva <
miguelf@...>
2008-03-01 14:54:59 GMT
On Fri, Feb 29, 2008 at 11:09 AM, Bill Hoffman wrote:
> Rodolfo Schulz de Lima wrote:
>
> > The main issue with CMake script isn't when writing a build script, but
> > when writing auxiliary stuff, like a more elaborate Find*.cmake. Just
> > look at FindwxWidgets.cmake to see what I mean...
> >
>
> Thanks for the feedback. I am wondering if there is something that can
> be done in CMake c++ code to make writing a Find module like wx widgets
> easier. Maybe regular expressions in the find_* commands would help.
> Lots of the verbosity comes from finding different names for libraries
> and paths. I think that has come up on the list or the bug tracker
> recently. The new break and return could clean it up some more, and
> the use of lower case would make it look nicer.
>
> -Bill
<quote from another related thread>
On Fri, Feb 29, 2008 at 1:22 PM, Rodolfo Schulz de Lima wrote:
> Bill Hoffman escreveu:
> > Enjoy!
>
> Wow, that must be a world record... I've mentioned the problem at 10:57
> (Brazilian Standard Time), and the solution got committed at 14:18
> (BRST). Guinness anyone?? I which my cable TV customer support were that
> fast...thanks a lot Bill.
And you all thought Bill was so resistant to change :P
(Continue reading)