mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
new borland generator moved into place
This commit is contained in:
@@ -93,7 +93,7 @@ IsFunctionBlocked(const char *name, const std::vector<std::string> &args,
|
||||
|
||||
bool cmForEachFunctionBlocker::
|
||||
ShouldRemove(const char *name, const std::vector<std::string> &args,
|
||||
cmMakefile &mf)
|
||||
cmMakefile &)
|
||||
{
|
||||
if (!strcmp(name,"ENDFOREACH") && args[0] == m_Args[0])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user