[CMake] LAPACK-related CMake modules

Bill Hoffman bill.hoffman at kitware.com
Mon Jul 21 15:20:01 EDT 2008


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


More information about the CMake mailing list