mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Merge topic 'tag-std-string'
64843b1737 cmVisualStudio10TargetGenerator: use std::string for tag
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4026
This commit is contained in:
@@ -2053,7 +2053,7 @@ std::string cmLocalVisualStudio7Generator::ConvertToXMLOutputPathSingle(
|
||||
}
|
||||
|
||||
void cmVS7GeneratorOptions::OutputFlag(std::ostream& fout, int indent,
|
||||
const char* flag,
|
||||
const std::string& flag,
|
||||
const std::string& content)
|
||||
{
|
||||
fout.fill('\t');
|
||||
|
||||
Reference in New Issue
Block a user