Re: [CMake] underscore mangling with blas and cmake

2011-10-24 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 to

Re: [CMake] underscore mangling with blas and cmake

2011-10-24 Thread Kelly Thompson
@cmake.org Subject: [CMake] underscore mangling with blas and cmake 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

[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