mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: add return and break support to cmake, also change basic command invocation signature to be able to return extra informaiton via the cmExecutionStatus class
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
#include "cmEndFunctionCommand.h"
|
||||
|
||||
bool cmEndFunctionCommand
|
||||
::InvokeInitialPass(std::vector<cmListFileArgument> const&)
|
||||
::InvokeInitialPass(std::vector<cmListFileArgument> const&,
|
||||
cmExecutionStatus &)
|
||||
{
|
||||
this->SetError("An ENDFUNCTION command was found outside of a proper "
|
||||
"FUNCTION ENDFUNCTION structure. Or its arguments did not "
|
||||
|
||||
Reference in New Issue
Block a user