Skip to content

Commit 962b20a

Browse files
authored
Optionally add ReLAPACK to LIB_COMPONENTS
1 parent fbf83f4 commit 962b20a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/system.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ if (NOT NO_LAPACK)
387387
if (NOT NO_LAPACKE)
388388
set(LIB_COMPONENTS "${LIB_COMPONENTS} LAPACKE")
389389
endif ()
390+
if (BUILD_RELAPACK)
391+
set(LIB_COMPONENTS "${LIB_COMPONENTS} ReLAPACK")
392+
endif ()
390393
endif ()
391394

392395
if (ONLY_CBLAS)

0 commit comments

Comments
 (0)