Commit 03469d08 authored by Davis King's avatar Davis King

Changed the BLAS cmake file stuff.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402789
parent 557c464e
......@@ -46,17 +46,6 @@ if (UNIX)
# try to find some other BLAS libraries if we didn't find the MKL
if (NOT blas_found)
find_library(generic_cblas cblas)
if (generic_cblas)
set(blas_libraries ${generic_cblas})
set(blas_found 1)
message(STATUS "Found CBLAS library")
endif()
mark_as_advanced( generic_cblas)
endif()
if (NOT blas_found)
find_library(atlas_lib atlas)
if (atlas_lib)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment