Optionally add ReLAPACK to LIB_COMPONENTS
This commit is contained in:
parent
fbf83f4833
commit
962b20a9bb
|
@ -387,6 +387,9 @@ if (NOT NO_LAPACK)
|
||||||
if (NOT NO_LAPACKE)
|
if (NOT NO_LAPACKE)
|
||||||
set(LIB_COMPONENTS "${LIB_COMPONENTS} LAPACKE")
|
set(LIB_COMPONENTS "${LIB_COMPONENTS} LAPACKE")
|
||||||
endif ()
|
endif ()
|
||||||
|
if (BUILD_RELAPACK)
|
||||||
|
set(LIB_COMPONENTS "${LIB_COMPONENTS} ReLAPACK")
|
||||||
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
if (ONLY_CBLAS)
|
if (ONLY_CBLAS)
|
||||||
|
|
Loading…
Reference in New Issue