mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05: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:
@@ -20,7 +20,8 @@
|
||||
#include <sys/stat.h>
|
||||
|
||||
// cmLibraryCommand
|
||||
bool cmWriteFileCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool cmWriteFileCommand
|
||||
::InitialPass(std::vector<std::string> const& args, cmExecutionStatus &)
|
||||
{
|
||||
if(args.size() < 2 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user