diff options
author | Brad King <brad.king@kitware.com> | 2017-05-30 18:17:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-05-30 19:30:43 (GMT) |
commit | 6a2f8335638605d34f066f4e1f2fc646e324564e (patch) | |
tree | 9fa6e8991d5cdcd4d1d0678b23294e6f335d3473 /Source/cmGlobalNinjaGenerator.h | |
parent | 781eb380f47c743ddb9f3ad65c6f7d3eda7af171 (diff) | |
download | CMake-6a2f8335638605d34f066f4e1f2fc646e324564e.zip CMake-6a2f8335638605d34f066f4e1f2fc646e324564e.tar.gz CMake-6a2f8335638605d34f066f4e1f2fc646e324564e.tar.bz2 |
Ninja: Fix escaping of path to depfile
Replace the dedicated and non-portable escaping code with use of our
standard escaping logic.
Diffstat (limited to 'Source/cmGlobalNinjaGenerator.h')
-rw-r--r-- | Source/cmGlobalNinjaGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalNinjaGenerator.h b/Source/cmGlobalNinjaGenerator.h index b1d6155..41c5175 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -75,7 +75,6 @@ public: static std::string EncodeIdent(const std::string& ident, std::ostream& vars); static std::string EncodeLiteral(const std::string& lit); std::string EncodePath(const std::string& path); - static std::string EncodeDepfileSpace(const std::string& path); cmLinkLineComputer* CreateLinkLineComputer( cmOutputConverter* outputConverter, |