STYLE: long line
This commit is contained in:
parent
d4798181a2
commit
1263baec63
|
@ -204,7 +204,8 @@ int cmTryCompileCommand::CoreTryCompileCode(
|
|||
}
|
||||
fprintf(fout, ")\n");
|
||||
}
|
||||
const char* platformOptions = mf->GetDefinition("CMAKE_TRY_COMPILE_PLATFORM_OPTIONS");
|
||||
const char* platformOptions =
|
||||
mf->GetDefinition("CMAKE_TRY_COMPILE_PLATFORM_OPTIONS");
|
||||
if ( platformOptions )
|
||||
{
|
||||
fprintf(fout, "%s\n", platformOptions);
|
||||
|
|
Loading…
Reference in New Issue