Skip to content

Commit

Permalink
link density against blas more explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Mar 15, 2020
1 parent 8cec70e commit 6dda315
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/density/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ target_sources(
${CMAKE_CURRENT_LIST_DIR}/density.h
)

find_package(BLAS REQUIRED)
target_link_libraries(
density
PUBLIC
${BLAS_LIBRARIES}
)

target_include_directories(
density
PRIVATE
Expand Down

0 comments on commit 6dda315

Please sign in to comment.