The following issue has been SUBMITTED.
==
https://cmake.org/Bug/view.php?id=16024
==
Reported By:J M Dieterich
Assigned To:
=
Hi Brad,
>> + // If it's an absolute path, check if it starts with the source
>> + // direcotory:
>> + return ( ( path.find( SourceDir ) != 0 ) &&
>> + ( path.find( BinaryDir ) != 0 ) );
>
> Please look at using strncmp and a check that the following character
> is a
The following issue has been SUBMITTED.
==
https://cmake.org/Bug/view.php?id=16022
==
Reported By:Andreas Schuh
Assigned To:
=
On 03/18/2016 12:38 PM, Taylor Braun-Jones wrote:
> Here's Davy's patch rebased against current master with a unit test
> added. Tested on Visual Studio 2013 only. Let me know if I screwed up
> the rebase. Some conflicts weren't totally obvious to me how to
> handle.
Thanks!
I decided to rename t