mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
cmOutputConverter::GetFortranFormat(): delete const char* overload
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user