Skip to content

Commit

Permalink
missing case for Accelerate.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayeul d'Avezac committed Mar 22, 2015
1 parent cc38c71 commit 783691e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake_files/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ if(EXISTS "${BLAS_INCLUDE_DIR}/cblas.h")
set(SOPT_BLAS_H cblas.h)
elseif(EXISTS "${BLAS_INCLUDE_DIR}/mkl.h")
set(SOPT_BLAS_H mkl.h)
elseif(EXISTS "${BLAS_INCLUDE_DIR}/Accelerate.h")
set(SOPT_BLAS_H Accelerate.h)
endif()

# On some (linux) machines we also need libm to compile sopt_demo*.c
Expand Down

0 comments on commit 783691e

Please sign in to comment.