diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-06-07 13:12:51 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-06-07 13:21:56 (GMT) |
commit | 4c192fb53152a61015eb29c0a3826adeec16f8f8 (patch) | |
tree | 9841583e7db97b1b9d3a17b24a1529fd532f57e8 /Source/cmMakefile.h | |
parent | 046aafff12e6fa9834c7c114a59389df404ddf18 (diff) | |
download | CMake-4c192fb53152a61015eb29c0a3826adeec16f8f8.zip CMake-4c192fb53152a61015eb29c0a3826adeec16f8f8.tar.gz CMake-4c192fb53152a61015eb29c0a3826adeec16f8f8.tar.bz2 |
cmMakefile: Remove cacheOnly option from GetDefinitions.
It is now unused.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index def0c23..ca7d4b0 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -511,7 +511,7 @@ public: * cacheonly is specified and is greater than 0, then only cache * variables will be listed. */ - std::vector<std::string> GetDefinitions(int cacheonly=0) const; + std::vector<std::string> GetDefinitions() const; /** * Test a boolean variable to see if it is true or false. |