MCPcopy Create free account
hub / github.com/Kitware/CMake / GetFortranPreprocess

Method GetFortranPreprocess

Source/cmOutputConverter.cxx:352–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352cmOutputConverter::FortranPreprocess cmOutputConverter::GetFortranPreprocess(
353 cm::string_view value)
354{
355 if (value.empty()) {
356 return FortranPreprocess::Unset;
357 }
358
359 return cmIsOn(value) ? FortranPreprocess::Needed
360 : FortranPreprocess::NotNeeded;
361}
362
363void cmOutputConverter::SetLinkScriptShell(bool linkScriptShell)
364{

Callers

nothing calls this directly

Calls 2

cmIsOnFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected