summaryrefslogtreecommitdiffstats
path: root/Source/cmEndForEachCommand.cxx
blob: 104b39ab690523cfa453bcb04dbb35f73dc9b0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*============================================================================
  CMake - Cross Platform Makefile Generator
  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium

  Distributed under the OSI-approved BSD License (the "License");
  see accompanying file Copyright.txt for details.

  This software is distributed WITHOUT ANY WARRANTY; without even the
  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  See the License for more information.
============================================================================*/
#include "cmEndForEachCommand.h"

bool cmEndForEachCommand::InvokeInitialPass(
  std::vector<cmListFileArgument> const&, cmExecutionStatus&)
{
  this->SetError("An ENDFOREACH command was found outside of a proper "
                 "FOREACH ENDFOREACH structure. Or its arguments did "
                 "not match the opening FOREACH command.");
  return false;
}
ass='logmsg'> * Bumping to 2.6.6rc2.Barry Warsaw2010-08-167-8/+8 | * Issue 9568: Fix test_urllib2_localnet on OS X 10.3.Barry Warsaw2010-08-162-3/+5 | * Merged revisions 84100 via svnmerge fromFlorent Xicluna2010-08-161-3/+3 | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ................ r84100 | florent.xicluna | 2010-08-16 21:22:18 +0200 (lun., 16 août 2010) | 13 lines Merged revisions 84097,84099 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84097 | florent.xicluna | 2010-08-16 20:41:19 +0200 (lun., 16 août 2010) | 1 line Use test.support and unittest features. Fix duplicated test (bad merge in r79033). Fix comment for issue #7902. ........ r84099 | florent.xicluna | 2010-08-16 21:03:05 +0200 (lun., 16 août 2010) | 1 line I get it wrong in r84097: s/relative/absolute/ ........ ................ * Merged revisions 82529 via svnmerge fromFlorent Xicluna2010-08-162-3/+8 | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/release27-maint ........ r82529 | florent.xicluna | 2010-07-04 16:24:40 +0200 (dim., 04 juil. 2010) | 1 line Issue #9145: Fix a regression due to r79539 ........ * Fix #9600. Don't use relative imports for _multiprocessing on Windows.Brian Curtin2010-08-145-4/+6 | | | | Same fix as #9513 on 3.x. * Revert regression from r81256 (with release manager approval, see #8688)Éric Araujo2010-08-14