Browse Source

COMP: Remove warning

pull/1/head
Andy Cedilnik 20 years ago
parent
commit
b75166ea45
  1. 1
      Source/cmSetSourceFilesPropertiesCommand.cxx

1
Source/cmSetSourceFilesPropertiesCommand.cxx

@ -100,7 +100,6 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass(
}
else if(*j == "MACOSX_PACKAGE_LOCATION")
{
doingFiles = false;
++j;
if(j == args.end())
{

Loading…
Cancel
Save