STYLE: fix warning

This commit is contained in:
Bill Hoffman 2008-04-30 22:17:35 -04:00
parent 3a5bdaa213
commit a131a82811
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ bool cmGlobalVisualStudioGenerator::TargetIsFortranOnly(cmTarget& target)
// check to see if this is a fortran build
std::set<cmStdString> languages;
target.GetLanguages(languages);
const char* ext = ".vcproj";
if(languages.size() == 1)
{
if(*languages.begin() == "Fortran")