diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-05-01 02:17:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-05-01 02:17:35 (GMT) |
commit | a131a828110149e05452ae16410fe0e09e164547 (patch) | |
tree | d7e29a60f5b25b5523c40bfa500735f21f6b87fb /Source/cmGlobalVisualStudioGenerator.cxx | |
parent | 3a5bdaa21319665405104964562dd471aee7cb48 (diff) | |
download | CMake-a131a828110149e05452ae16410fe0e09e164547.zip CMake-a131a828110149e05452ae16410fe0e09e164547.tar.gz CMake-a131a828110149e05452ae16410fe0e09e164547.tar.bz2 |
STYLE: fix warning
Diffstat (limited to 'Source/cmGlobalVisualStudioGenerator.cxx')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.cxx b/Source/cmGlobalVisualStudioGenerator.cxx index 6dd2f1f..e28b293 100644 --- a/Source/cmGlobalVisualStudioGenerator.cxx +++ b/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") |