You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: