Skip to content

Commit

Permalink
add lapack dep to cmake/PackageConfig.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA committed Feb 1, 2024
1 parent 66ffdf8 commit f4c291d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/PackageConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if(@OPENMP@)
find_dependency(OpenMP COMPONENTS Fortran)
endif()

find_dependency(LAPACK)

# The target name needs to be one that's built, even if the dependent
# build does not use that version.
if(@BUILD_4@)
Expand Down

0 comments on commit f4c291d

Please sign in to comment.