summaryrefslogtreecommitdiff
path: root/src/options/options_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/options_handler.h')
-rw-r--r--src/options/options_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/options_handler.h b/src/options/options_handler.h
index 6fd9a398b..4b9b1c0ae 100644
--- a/src/options/options_handler.h
+++ b/src/options/options_handler.h
@@ -128,7 +128,7 @@ void OptionsHandler::checkSatSolverEnabled(std::string option, T m)
&& !defined(CVC5_USE_KISSAT)
std::stringstream ss;
ss << "option `" << option
- << "' requires CVC4 to be built with CryptoMiniSat or CaDiCaL or Kissat";
+ << "' requires cvc5 to be built with CryptoMiniSat or CaDiCaL or Kissat";
throw OptionException(ss.str());
#endif
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback