mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 02:20:17 -06:00
COMP: fix warning
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user