Expose BUILD_LAPACK_DEPRECATED
This commit is contained in:
parent
57bdc36c84
commit
cd8eb33a9c
|
@ -20,6 +20,8 @@ include(CMakePackageConfigHelpers)
|
|||
#######
|
||||
option(BUILD_WITHOUT_LAPACK "Do not build LAPACK and LAPACKE (Only BLAS or CBLAS)" OFF)
|
||||
|
||||
option(BUILD_LAPACK_DEPRECATED "When building LAPACK, include also some older, deprecated routines" ON)
|
||||
|
||||
option(BUILD_TESTING "Build LAPACK testsuite when building LAPACK" ON)
|
||||
|
||||
option(C_LAPACK "Build LAPACK from C sources instead of the original Fortran" OFF)
|
||||
|
|
Loading…
Reference in New Issue