diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-30 09:20:20 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-30 14:44:30 (GMT) |
commit | 8a46a07c8bd2fddde5e4db797279e21a5575e213 (patch) | |
tree | 42e8e638cf21fd6592589fc1318e223c90137f0e /Source/cmGlobalNinjaGenerator.h | |
parent | 15c644437ae355ac196cfcfe1e874d8280451b43 (diff) | |
download | CMake-8a46a07c8bd2fddde5e4db797279e21a5575e213.zip CMake-8a46a07c8bd2fddde5e4db797279e21a5575e213.tar.gz CMake-8a46a07c8bd2fddde5e4db797279e21a5575e213.tar.bz2 |
Ninja: Make WriteMacOSXContentBuild use cmNinjaBuild internally
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index 037c20e..7b62e38 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -141,8 +141,8 @@ public: bool restat, const cmNinjaDeps& outputs, const cmNinjaDeps& deps = cmNinjaDeps(), const cmNinjaDeps& orderOnly = cmNinjaDeps()); - void WriteMacOSXContentBuild(const std::string& input, - const std::string& output); + + void WriteMacOSXContentBuild(std::string input, std::string output); /** * Write a rule statement to @a os. |