diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-14 18:40:40 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-14 18:44:55 (GMT) |
commit | c5059c900036fd9500d64fbd7f9d2d3631152295 (patch) | |
tree | 2553a768f322c2841d6c378a409d9f7c00c5664d /Source/cmLocalNinjaGenerator.h | |
parent | b17686d2bbc193f19c60cdf44a228e49b4ffe386 (diff) | |
download | CMake-c5059c900036fd9500d64fbd7f9d2d3631152295.zip CMake-c5059c900036fd9500d64fbd7f9d2d3631152295.tar.gz CMake-c5059c900036fd9500d64fbd7f9d2d3631152295.tar.bz2 |
cmLocalGenerator: Add abstraction to check if top-level.
Move from the cmLocalNinjaGenerator. Fix the case of the name.
Diffstat (limited to 'Source/cmLocalNinjaGenerator.h')
-rw-r--r-- | Source/cmLocalNinjaGenerator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmLocalNinjaGenerator.h b/Source/cmLocalNinjaGenerator.h index 0b87426..3a6e030 100644 --- a/Source/cmLocalNinjaGenerator.h +++ b/Source/cmLocalNinjaGenerator.h @@ -59,9 +59,6 @@ public: std::string const& GetConfigName() const { return this->ConfigName; } - /// @return whether we are processing the top CMakeLists.txt file. - bool isRootMakefile() const; - /// @returns the relative path between the HomeOutputDirectory and this /// local generators StartOutputDirectory. std::string GetHomeRelativeOutputPath() const |