summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorGabor Bencze <b.gabor98@gmail.com>2019-08-09 10:09:39 (GMT)
committerBrad King <brad.king@kitware.com>2019-08-20 18:42:20 (GMT)
commit9413952c42d83fb10a70ee96e91a20c55c5f2edc (patch)
treefed20738ecd51a0aeb33ef2482a869288e2835cd /Source/cmMakefile.h
parent07ea93de5447e0bc20b4632fa61d965c02876cc8 (diff)
downloadCMake-9413952c42d83fb10a70ee96e91a20c55c5f2edc.zip
CMake-9413952c42d83fb10a70ee96e91a20c55c5f2edc.tar.gz
CMake-9413952c42d83fb10a70ee96e91a20c55c5f2edc.tar.bz2
cmCommand refactor: cmCMakePolicyCommand
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index a6d1757..dcc4e77 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -1002,7 +1002,8 @@ private:
cmPolicies::PolicyMap const& pm = cmPolicies::PolicyMap());
void PopPolicy();
void PopSnapshot(bool reportError = true);
- friend class cmCMakePolicyCommand;
+ friend bool cmCMakePolicyCommand(std::vector<std::string> const& args,
+ cmExecutionStatus& status);
class IncludeScope;
friend class IncludeScope;