mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
cmState: Support BuiltinCommands as free functions
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
#include "cmExecutionStatus.h"
|
||||
|
||||
// cmReturnCommand
|
||||
bool cmReturnCommand::InitialPass(std::vector<std::string> const&,
|
||||
cmExecutionStatus& status)
|
||||
bool cmReturnCommand(std::vector<std::string> const&,
|
||||
cmExecutionStatus& status)
|
||||
{
|
||||
status.SetReturnInvoked();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user