mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
BUG: Add newline between properties.
This commit is contained in:
@@ -23,7 +23,7 @@ int main ()
|
||||
std::string line = buffer;
|
||||
if(line.size() && line.find("with scope VARIABLE") == std::string::npos)
|
||||
{
|
||||
fprintf(stderr,line.c_str());
|
||||
fprintf(stderr, "%s\n", line.c_str());
|
||||
result = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user