diff options
author | Brad King <brad.king@kitware.com> | 2022-10-27 13:26:24 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-10-27 13:26:36 (GMT) |
commit | fa040cedadb3d6910be512cc0d2b5847973e4098 (patch) | |
tree | 5e7151f7f36723e01a47f96a35a748ca6242611a /Source/cmGlobalNinjaGenerator.h | |
parent | f2432780b3fd92bbaa8194ce7577cc4797b695ff (diff) | |
parent | a12050666c5441abc4865acdde9ee583e765d6e6 (diff) | |
download | CMake-fa040cedadb3d6910be512cc0d2b5847973e4098.zip CMake-fa040cedadb3d6910be512cc0d2b5847973e4098.tar.gz CMake-fa040cedadb3d6910be512cc0d2b5847973e4098.tar.bz2 |
Merge topic 'ninja-intl-paths'
a12050666c Tests: Add case for ninja with non-ascii chars
02a04dd9c7 Ninja: Restore support for non-ascii paths on Windows with ninja<=1.10
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7833
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 dc4f444..defa264 100644 --- a/Source/cmGlobalNinjaGenerator.h +++ b/Source/cmGlobalNinjaGenerator.h @@ -531,7 +531,6 @@ private: /// The file containing the build statement. (the relationship of the /// compilation DAG). std::unique_ptr<cmGeneratedFileStream> BuildFileStream; - std::unique_ptr<char[]> BuildFileStreamBuffer; /// The file containing the rule statements. (The action attached to each /// edge of the compilation DAG). std::unique_ptr<cmGeneratedFileStream> RulesFileStream; |