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

Adam Strzelecki ono at java.pl
Thu Sep 4 12:43:57 EDT 2014


> On 09/04/2014 11:15 AM, Rolf Eike Beer wrote:
>> I wonder if the "right" solution would instead be to add some additional 
>> flags to GLOB/GLOB_RECURSE where one could e.g. specify that the file is 
>> executable, or is a directory.
> 
> That would be useful functionality regardless of this application.

I was thinking about that. And yes it would be useful. Generally specifying UNIX mask for present/missing bits would be useful. Yet this requires changes in C++ code that's why I used "find" instead.

--Adam


More information about the cmake-developers mailing list