cmOutputConverter::GetFortranFormat(): delete const char* overload

This commit is contained in:
Vitaly Stakhovsky
2020-04-27 07:00:00 -04:00
parent a4071b53da
commit 4fd28b9911
5 changed files with 8 additions and 18 deletions
+1 -1
View File
@@ -672,7 +672,7 @@ void cmLocalVisualStudio7Generator::WriteConfiguration(
if (this->FortranProject) {
switch (cmOutputConverter::GetFortranFormat(
target->GetProperty("Fortran_FORMAT"))) {
target->GetSafeProperty("Fortran_FORMAT"))) {
case cmOutputConverter::FortranFormatFixed:
flags += " -fixed";
break;