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
>
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
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