BUG: move this back out of the if statemtn

This commit is contained in:
Bill Hoffman 2008-04-29 12:10:47 -04:00
parent 50c187903d
commit 2421c11a98
1 changed files with 1 additions and 1 deletions

View File

@ -1668,8 +1668,8 @@ void cmLocalGenerator::AddLanguageFlags(std::string& flags,
flags += " -isysroot ";
flags += sysroot;
}
this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
}
this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
}
//----------------------------------------------------------------------------