summaryrefslogtreecommitdiffstats
path: root/Help/policy/CMP0068.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/policy/CMP0068.rst')
0 files changed, 0 insertions, 0 deletions
to a file * */ class cmWriteFileCommand : public cmCommand { public: /** * This is a virtual constructor for the command. */ cmCommand* Clone() override { return new cmWriteFileCommand; } /** * This is called when the command is first encountered in * the CMakeLists.txt file. */ bool InitialPass(std::vector<std::string> const& args, cmExecutionStatus& status) override; }; #endif