Skip to content

Commit

Permalink
chore: Apply pre-commit hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Jun 30, 2024
1 parent 6ab4199 commit 951d4b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ endif()
find_package(Boost 1.79 REQUIRED)
include_directories(${Boost_INCLUDE_DIRS})

# Blas
# First try to use MKL as a single dynamic library
# BLAS: first try to use MKL as a single dynamic library
set(BLA_VENDOR Intel10_64_dyn)
find_package(BLAS)
if(NOT BLAS_FOUND)
Expand Down

0 comments on commit 951d4b5

Please sign in to comment.