Skip to content

Commit

Permalink
prefer static blasfeo library
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Feb 3, 2025
1 parent 87630f0 commit d880dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Findblasfeo.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mark_as_advanced(blasfeo_INCLUDE_DIR)
# Look for the library.
find_library(blasfeo_LIBRARY
HINTS ${blasfeo_DIR}/lib "/opt/blasfeo/lib"
NAMES blasfeo)
NAMES libblasfeo.a blasfeo)

# handle the QUIETLY and REQUIRED arguments and set blasfeo_FOUND to TRUE if
# all listed variables are TRUE
Expand Down

0 comments on commit d880dc0

Please sign in to comment.