summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-29 14:10:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-29 14:10:22 (GMT)
commitb75166ea45173f8bc2cb9076f511a51b8112f61b (patch)
treea2e467475e4db5e5c9ff993716e80a1269cba7b0 /Source/cmSetSourceFilesPropertiesCommand.cxx
parentafc029980b4efa65af952c36d482ae749587d738 (diff)
downloadCMake-b75166ea45173f8bc2cb9076f511a51b8112f61b.zip
CMake-b75166ea45173f8bc2cb9076f511a51b8112f61b.tar.gz
CMake-b75166ea45173f8bc2cb9076f511a51b8112f61b.tar.bz2
COMP: Remove warning
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.cxx b/Source/cmSetSourceFilesPropertiesCommand.cxx
index 8966c6b..1884328 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())
{