Skip to content

Commit

Permalink
fix elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
zfergus committed Aug 22, 2023
1 parent cb80f26 commit b67ecc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/recipes/blas.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "arm64" OR "${CMAKE_OSX_ARCHITECTURES}" M
# Use Accelerate on macOS M1
set(BLA_VENDOR Apple)
find_package(BLAS REQUIRED)
else()
elseif(POLYSOLVE_WITH_MKL)
# Use MKL if enabled
include(mkl)
Expand Down

0 comments on commit b67ecc3

Please sign in to comment.