mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
STYLE: long line
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user