STYLE: fix warning
This commit is contained in:
parent
3a5bdaa213
commit
a131a82811
|
@ -709,7 +709,6 @@ bool cmGlobalVisualStudioGenerator::TargetIsFortranOnly(cmTarget& target)
|
||||||
// check to see if this is a fortran build
|
// check to see if this is a fortran build
|
||||||
std::set<cmStdString> languages;
|
std::set<cmStdString> languages;
|
||||||
target.GetLanguages(languages);
|
target.GetLanguages(languages);
|
||||||
const char* ext = ".vcproj";
|
|
||||||
if(languages.size() == 1)
|
if(languages.size() == 1)
|
||||||
{
|
{
|
||||||
if(*languages.begin() == "Fortran")
|
if(*languages.begin() == "Fortran")
|
||||||
|
|
Loading…
Reference in New Issue