diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-22 23:13:36 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-27 06:44:21 (GMT) |
commit | 7d409f500e3403f8dbb4a0fee6ecdad94f45c35e (patch) | |
tree | 0a3704029d9b557be242067aec0ce5efe230c37e /Source/cmLocalGenerator.h | |
parent | 7a1b83cb3fc79639b9e2c1bf11af2d2274e4224a (diff) | |
download | CMake-7d409f500e3403f8dbb4a0fee6ecdad94f45c35e.zip CMake-7d409f500e3403f8dbb4a0fee6ecdad94f45c35e.tar.gz CMake-7d409f500e3403f8dbb4a0fee6ecdad94f45c35e.tar.bz2 |
cmLocalGenerator: Add GetPolicyStatus API
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 552020b..6380db6 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -265,6 +265,8 @@ public: */ bool NeedBackwardsCompatibility_2_4(); + cmPolicies::PolicyStatus GetPolicyStatus(cmPolicies::PolicyID id) const; + cmake* GetCMakeInstance() const; const char* GetSourceDirectory() const; |