diff options
-rw-r--r-- | Source/cmTryCompileCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.cxx b/Source/cmTryCompileCommand.cxx index 9109ae0..e044d24 100644 --- a/Source/cmTryCompileCommand.cxx +++ b/Source/cmTryCompileCommand.cxx @@ -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); |