From 640c90f06854191ff858aad85150ffac03d4dcf2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Jun 2006 10:24:46 -0400 Subject: ENH: Unknown command invocations should be fatal errors. --- Source/cmMakefile.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index fe0c39b..92215b9 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -327,6 +327,7 @@ bool cmMakefile::ExecuteCommand(const cmListFileFunction& lff) << "Unknown CMake command \"" << lff.Name.c_str() << "\"."; cmSystemTools::Error(error.str().c_str()); result = false; + cmSystemTools::SetFatalErrorOccured(); } } -- cgit v0.12