From: Timo Heister Date: Sun, 11 Aug 2024 22:15:33 +0000 (-0400) Subject: change DEAL_II_WITH_COMPLEX_VALUES default to OFF X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=746c87668fc21f8a0ce295529952ee4b4c0c5b7e;p=dealii.git change DEAL_II_WITH_COMPLEX_VALUES default to OFF --- diff --git a/cmake/setup_cached_variables.cmake b/cmake/setup_cached_variables.cmake index fc45eaf513..52f9cc27f3 100644 --- a/cmake/setup_cached_variables.cmake +++ b/cmake/setup_cached_variables.cmake @@ -338,7 +338,7 @@ list(APPEND DEAL_II_FEATURES 64BIT_INDICES) option(DEAL_II_WITH_COMPLEX_VALUES "If set to OFF, the classes that take a number type are not explicitly instantiated for std::complex and std::complex. This effectively disables the support for computing with complex values. If PETSc is built with complex scalar type, this option must be ON." - ON + OFF ) list(APPEND DEAL_II_FEATURES COMPLEX_VALUES)