Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmales authored and DasVinch committed Nov 30, 2023
1 parent d896259 commit 64b229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/milk-extra-src/linalgebra/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ if(NOT MKL_FOUND)
else()
message("-- MKL NOT FOUND")
message(" LINKING LAPACKE")
list(APPEND LINKLIBS lapacke)
target_link_libraries(${LIBNAME} PRIVATE lapacke)
endif()

endif()
Expand Down

0 comments on commit 64b229c

Please sign in to comment.