Skip to content

Commit

Permalink
fix cmake error
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Aug 5, 2024
1 parent f78eb1b commit 355dc32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ if(TUVX_ENABLE_LAPACK)
target_link_libraries(tuvx_object
PRIVATE
${LAPACK_LIBRARIES}
LAPACK::LAPACK)
LAPACK::LAPACK
${BLAS_LIBRARIES}
)
endif()

# tuvx library
Expand Down

0 comments on commit 355dc32

Please sign in to comment.