We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81db56 commit 20f5ad2Copy full SHA for 20f5ad2
1 file changed
CMakeLists.txt
@@ -210,7 +210,7 @@ else()
210
set(SIRIUS_LINALG_LIB "${LAPACK_LIBRARIES}")
211
if(SIRIUS_USE_SCALAPACK)
212
find_package(SCALAPACK REQUIRED) # just sets scalapack_DIR
213
- set(SIRIUS_LINALG_LIB "${SIRIUS_LINALG_LIB};${SIRIUS_SCALAPACK_LIBRARIES}")
+ list(APPEND SIRIUS_LINALG_LIB sirius::scalapack)
214
endif()
215
216
0 commit comments