From b75166ea45173f8bc2cb9076f511a51b8112f61b Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 29 Mar 2006 09:10:22 -0500 Subject: [PATCH] COMP: Remove warning --- Source/cmSetSourceFilesPropertiesCommand.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx index 8966c6b30..1884328ae 100644 --- a/Source/cmSetSourceFilesPropertiesCommand.cxx +++ b/Source/cmSetSourceFilesPropertiesCommand.cxx @@ -100,7 +100,6 @@ bool cmSetSourceFilesPropertiesCommand::InitialPass( } else if(*j == "MACOSX_PACKAGE_LOCATION") { - doingFiles = false; ++j; if(j == args.end()) {