Skip to content
Snippets Groups Projects
Commit 4fea2d27 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

separate the petsc dependencies " " => ";"

parent 76aa8747
No related branches found
No related tags found
No related merge requests found
...@@ -1025,6 +1025,7 @@ if(HAVE_SOLVER) ...@@ -1025,6 +1025,7 @@ if(HAVE_SOLVER)
if(PLIBS_BASIC) if(PLIBS_BASIC)
string(REPLACE "PETSC_EXTERNAL_LIB_BASIC = " "" PLIBS_BASIC ${PLIBS_BASIC}) string(REPLACE "PETSC_EXTERNAL_LIB_BASIC = " "" PLIBS_BASIC ${PLIBS_BASIC})
string(STRIP ${PLIBS_BASIC} PLIBS_BASIC) string(STRIP ${PLIBS_BASIC} PLIBS_BASIC)
separate_arguments(PLIBS_BASIC)
list(APPEND EXTERNAL_LIBRARIES "${PLIBS_BASIC}") list(APPEND EXTERNAL_LIBRARIES "${PLIBS_BASIC}")
endif(PLIBS_BASIC) endif(PLIBS_BASIC)
string(REGEX MATCH "PCC_LINKER_LIBS = [^\n\r]*" LLIBS ${PETSC_VARIABLES}) string(REGEX MATCH "PCC_LINKER_LIBS = [^\n\r]*" LLIBS ${PETSC_VARIABLES})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment