Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake cannot get the full path of LAPACK library through lapack-config.cmake? #1084

Open
enzo-yc-chen opened this issue Dec 10, 2024 · 0 comments

Comments

@enzo-yc-chen
Copy link

I use "find_package(LAPACK NO_MODULE)" in my project to find LAPACK library, and CMake successfully find the lapack-config.cmake which automatically generated from lapack-config*.cmake.in. But it returns the variable LAPACK_LIBRARIES as "blas;lapack" but not their full paths.
Am I doing something wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant