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

Bill Hoffman bill.hoffman at kitware.com
Thu Sep 4 14:36:53 EDT 2014


On 9/4/2014 1:43 PM, Adam Strzelecki wrote:
> First of all, it looks if "find" exists on system, otherwise it falls back to old (slow) behavior. So "find" is optional dependency.
My main concern is that it finds a "find" that does not work as you 
expect.  Also, if it were done in C++ it would automatically benefit all 
platforms not just the ones that have find.

-Bill




More information about the cmake-developers mailing list