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
No related branches found
No related tags found
1 merge request!204Remove m_cell_global_index from Connectivity
This commit is part of merge request !204. Comments created here will be created in the context of that merge request.
......@@ -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