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
Branches
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)$")
pkg_check_modules(SLEPC SLEPc)
else()
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)
endif()
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