Browse Source

COMP: fix warning

pull/1/head
Bill Hoffman 21 years ago
parent
commit
3bb54c00d5
  1. 2
      Source/cmGlobalXCodeGenerator.cxx

2
Source/cmGlobalXCodeGenerator.cxx

@ -44,7 +44,7 @@ int cmGlobalXCodeGenerator::TryCompile(const char *,
const char * projectName,
const char * targetName,
std::string * output,
cmMakefile* mf)
cmMakefile*)
{
// now build the test
std::string makeCommand =

Loading…
Cancel
Save