Open
Description
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?