[cmake-developers] New command 'file(LOCK_DIRECTORY ...)'

Rolf Eike Beer eike at sf-mail.de
Mon Dec 1 11:21:01 EST 2014


Brad King wrote:
> On 12/01/2014 11:05 AM, Rolf Eike Beer wrote:
> > +  char *endp;
> > +  *value = static_cast<int>(strtol(str, &endp, 10));
> > +  return (*endp == '\0') && (endp != str);
> 
> Fine with me.  Please extend the topic accordingly.  I will squash
> it in later.

Done.

> Be sure to include <stdlib.h>.

Already the case.

Eike
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20141201/94cbb8b5/attachment.sig>


More information about the cmake-developers mailing list