diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-29 14:10:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-29 14:10:22 (GMT) |
commit | b75166ea45173f8bc2cb9076f511a51b8112f61b (patch) | |
tree | a2e467475e4db5e5c9ff993716e80a1269cba7b0 /Source/cmSetSourceFilesPropertiesCommand.cxx | |
parent | afc029980b4efa65af952c36d482ae749587d738 (diff) | |
download | CMake-b75166ea45173f8bc2cb9076f511a51b8112f61b.zip CMake-b75166ea45173f8bc2cb9076f511a51b8112f61b.tar.gz CMake-b75166ea45173f8bc2cb9076f511a51b8112f61b.tar.bz2 |
COMP: Remove warning
Diffstat (limited to 'Source/cmSetSourceFilesPropertiesCommand.cxx')
-rw-r--r-- | Source/cmSetSourceFilesPropertiesCommand.cxx | 1 |
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()) { |