Re: [CMake] Finding Blas

2009-10-12 Thread Shepherd, Jason F
> Shepherd, Jason F wrote: > > Hi all, > > > > I'm currently using Cmake 2.8b. I'm trying to add a requirement > > (based on another conditional statement) to find the LAPACK > and BLAS > > packages to VTK's Infovis capabilities. I

[CMake] Finding Blas

2009-10-09 Thread Shepherd, Jason F
Hi all, I'm currently using Cmake 2.8b. I'm trying to add a requirement (based on another conditional statement) to find the LAPACK and BLAS packages to VTK's Infovis capabilities. I've added the following lines to my CMakeLists.txt FIND_PACKAGE(BLAS REQUIRED) FIND_PACKAGE(LAPACK REQUIRED