change the message:
BLA has unmet configuration requirements: MPI
has to be set to "ON".
to:
BLA has unmet configuration requirements: DEAL_II_WITH_MPI
has to be set to "ON".
IF(DEAL_II_WITH_${_feature})
MESSAGE(FATAL_ERROR "\n"
"DEAL_II_WITH_${_feature} has unmet configuration requirements: "
- "${_dependency} has to be set to \"ON\".\n\n"
+ "DEAL_II_WITH_${_dependency} has to be set to \"ON\".\n\n"
)
ELSE()
MESSAGE(STATUS
"DEAL_II_WITH_${_feature} has unmet configuration requirements: "
- "${_dependency} has to be set to \"ON\"."
+ "DEAL_II_WITH_${_dependency} has to be set to \"ON\"."
)
PURGE_FEATURE(${_feature})
SET_CACHED_OPTION(${_feature} OFF)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams