Optionally add ReLAPACK to LIB_COMPONENTS

This commit is contained in:
Martin Kroeker
2017-10-12 17:02:01 +02:00
committed by GitHub
parent fbf83f4833
commit 962b20a9bb

View File

@@ -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)