Skip to content

Commit

Permalink
Rmoved LAPACK and BLAS references from cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
joakim-hove committed Feb 16, 2018
1 parent 6804a64 commit d51aba5
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,6 @@ if(M_LIBRARY)
set(m m)
endif ()

find_package(BLAS)
if (BLAS_FOUND)
set(blas "${BLAS_LIBRARIES}")
endif ()

set(ERT_HAVE_LAPACK OFF)
find_package(LAPACK)
if (LAPACK_FOUND)
set(ERT_HAVE_LAPACK ON)
list(APPEND lapack ${LAPACK_LIBRARIES} ${LAPACK_LINKER_FLAGS})
endif()

find_package(ZLIB)
if (ZLIB_FOUND)
set(ERT_HAVE_ZLIB ON)
Expand Down

0 comments on commit d51aba5

Please sign in to comment.