[cmake-developers] [CMake 0016024]: Add support to use OpenBLAS to FindBLAS/FindLAPACK

2016-03-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16024 == Reported By:J M Dieterich Assigned To:

Re: [cmake-developers] Patch to only consider build dependencies between files in the source directory

2016-03-18 Thread Attila Krasznahorkay
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

[cmake-developers] [CMake 0016022]: GenerateExportHeader DEFINE_NO_DEPRECATED define conflicts

2016-03-18 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == https://cmake.org/Bug/view.php?id=16022 == Reported By:Andreas Schuh Assigned To:

Re: [cmake-developers] Startup Project Configuration [mantis 15578]

2016-03-18 Thread Brad King
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