No, we are missing one point. If someone does:
find_package(BLAS)
It should never error. Only if someone does:
find_package(BLAS REQUIRED) should it error out.
I have made the change to CVS.
-Bill
___
CMake mailing list
CMake@cmake.org
http://www
On 2008-07-21 17:27+0100 Alin M Elena wrote:
Hi Bill,
But, there are blas and lapack libraries that can be linked from c/c++
right?
Of course. Mixing fortran and C is possible. That does not make it desirable.
If somebody wants to add support for that is my guest. I will not do it.
Perhaps t
Hi Bill,
> But, there are blas and lapack libraries that can be linked from c/c++
> right?
Of course. Mixing fortran and C is possible. That does not make it desirable.
If somebody wants to add support for that is my guest. I will not do it.
> Perhaps these modules should check to see if Fortran