[cmake-developers] [PATCH 1/6] Use find on UNIX for fast executable lookup

Brad King brad.king at kitware.com
Thu Sep 4 12:49:01 EDT 2014


On 09/04/2014 12:43 PM, Adam Strzelecki wrote:
> Generally specifying UNIX mask for present/missing bits

Rather than trying to do this with file(GLOB), perhaps we should
consider a file(FIND) command for this purpose.  It could have
more options, including pattern matching, and eventually
supersede file(GLOB) with a better signature.

> Yet this requires changes in C++ code that's why I used "find" instead.

That's fine.  If someone adds the functionality later then this
use case can be ported to it.

-Brad




More information about the cmake-developers mailing list