Bill Hoffman 17 rokov pred
rodič
commit
a131a82811
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      Source/cmGlobalVisualStudioGenerator.cxx

+ 0 - 1
Source/cmGlobalVisualStudioGenerator.cxx

@@ -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")