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

Fix a stupid typo regarding SLEPc deactivation

parent 0c55705d
No related branches found
No related tags found
1 merge request!132Reduce memory use and allocations for some connectivity descriptors
...@@ -192,7 +192,7 @@ if (PUGS_ENABLE_SLEPC MATCHES "^(AUTO|ON)$") ...@@ -192,7 +192,7 @@ if (PUGS_ENABLE_SLEPC MATCHES "^(AUTO|ON)$")
pkg_check_modules(SLEPC SLEPc) pkg_check_modules(SLEPC SLEPc)
else() else()
message(STATUS "SLEPc support is deactivated since pugs will not be build with PETSc support") message(STATUS "SLEPc support is deactivated since pugs will not be build with PETSc support")
set(SLEPc_FOUND FALSE) set(SLEPC_FOUND FALSE)
unset(PUGS_HAS_SLEPC) unset(PUGS_HAS_SLEPC)
endif() endif()
set(PUGS_HAS_SLEPC ${SLEPC_FOUND}) set(PUGS_HAS_SLEPC ${SLEPC_FOUND})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment