|
|
@@ -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);
|