Skip to content
Snippets Groups Projects
Commit daac0a5c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix AND -> and in CMakeLists.txt

parent 78a6d0f6
No related branches found
No related tags found
1 merge request!204Remove m_cell_global_index from Connectivity
......@@ -843,7 +843,7 @@ if (MPI_FOUND)
else()
if (PUGS_ENABLE_MPI MATCHES "^OFF$")
message(" MPI: explicitly deactivated!")
elseif((NOT DEFINED PUGS_HAS_PARMETIS) and (NOT DEFINED PUGS_HAS_PTSCOTCH))
elseif((NOT DEFINED PUGS_HAS_PARMETIS) AND (NOT DEFINED PUGS_HAS_PTSCOTCH))
message(" MPI: deactivated: ParMETIS and PTScotch cannot be found!")
else()
if (PUGS_ENABLE_MPI MATCHES "^(AUTO|ON)$")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment