fix warning
This commit is contained in:
parent
d5463f404c
commit
1a2a600a55
|
@ -678,7 +678,7 @@ static RuleVariables ruleReplaceVars[] =
|
||||||
|
|
||||||
{"<CMAKE_AR>", "CMAKE_AR"},
|
{"<CMAKE_AR>", "CMAKE_AR"},
|
||||||
{"<CMAKE_RANLIB>", "CMAKE_RANLIB"},
|
{"<CMAKE_RANLIB>", "CMAKE_RANLIB"},
|
||||||
{0}
|
{0, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue