COMP: Remove warning
This commit is contained in:
parent
afc029980b
commit
b75166ea45
|
@ -100,7 +100,6 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
|
||||||
}
|
}
|
||||||
else if(*j == "MACOSX_PACKAGE_LOCATION")
|
else if(*j == "MACOSX_PACKAGE_LOCATION")
|
||||||
{
|
{
|
||||||
doingFiles = false;
|
|
||||||
++j;
|
++j;
|
||||||
if(j == args.end())
|
if(j == args.end())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue