Re: [CMake] underscore mangling with blas and cmake

2011-10-23 Thread Michael Wild
On 10/24/2011 05:25 AM, Jack Chessa wrote: > I am new to cmake and have a question that I hope has a simple answer. > I am building a simple C++ program that uses blas scopy. I am using > > find_package(BLAS REQUIRED) > > to find blas on the system (OSX in this case), and the cmake step seems >

Re: [CMake] Bug fix requests for the *next* release of CMake...

2011-10-23 Thread Yuri Timenkov
Hi David, Please add http://public.kitware.com/Bug/view.php?id=9742 to road map. At least part which generates proper GUIDS for different projects (I'm especially interested into including C# projects). Thanks, Yuri On Fri, Oct 21, 2011 at 10:20 PM, David Cole wrote: > As an esteemed colleague

[CMake] underscore mangling with blas and cmake

2011-10-23 Thread Jack Chessa
I am new to cmake and have a question that I hope has a simple answer. I am building a simple C++ program that uses blas scopy. I am using find_package(BLAS REQUIRED) to find blas on the system (OSX in this case), and the cmake step seems to find it, but when I go to the make step I get