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