diff options
author | Brad King <brad.king@kitware.com> | 2015-06-08 17:54:09 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-08 17:54:09 (GMT) |
commit | ccc6fe94453444ebd5e655a9f90a5d074049f846 (patch) | |
tree | 97eaffae69c39b5dde06e96ddfb1b038d1affefe /Source/cmake.h | |
parent | 21c92a00bf50afedf52388c5f5a73cba7f756561 (diff) | |
parent | 4c192fb53152a61015eb29c0a3826adeec16f8f8 (diff) | |
download | CMake-ccc6fe94453444ebd5e655a9f90a5d074049f846.zip CMake-ccc6fe94453444ebd5e655a9f90a5d074049f846.tar.gz CMake-ccc6fe94453444ebd5e655a9f90a5d074049f846.tar.bz2 |
Merge topic 'clean-up-cmMakefile'
4c192fb5 cmMakefile: Remove cacheOnly option from GetDefinitions.
046aafff cmGetCMakePropertyCommand: Don't explicitly specify default param.
021c4b6f cmMakefile: Simplify handling of CACHE_VARIABLES property.
1981c971 cmMakefile: Simplify InitializeFromParent method.
353e422b cmMakefile: Remove unused GetPolicies method.
00bfa047 cmMakefile: Out-of-line the cmMakefileCall.
db74ce58 cmMakefile: Inline PushScope into PushFunctionScope.
ca140c2e cmMakefile: Create a unified raii for macro scopes.
d5dc4169 cmMakefile: Create a unified raii for function scopes.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 0fe7bfc..f0f9411 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -222,9 +222,6 @@ class cmake ///! this is called by generators to update the progress void UpdateProgress(const char *msg, float prog); - ///! get the cmake policies instance - cmPolicies *GetPolicies() {return this->Policies;} - ///! Get the variable watch object cmVariableWatch* GetVariableWatch() { return this->VariableWatch; } |