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

Add missing DEFINED in CMakeLists.txt

parent f65d7bdc
Branches
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 PUGS_HAS_PARMETIS) and (NOT 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