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

Method GetTargetFortranFlags

Source/cmLocalGenerator.cxx:1853–1858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1851}
1852
1853std::string cmLocalGenerator::GetTargetFortranFlags(
1854 cmGeneratorTarget const* /*unused*/, std::string const& /*unused*/)
1855{
1856 // Implemented by specific generators that override this.
1857 return std::string();
1858}
1859
1860/**
1861 * Output the linking rules on a command line. For executables,

Callers 1

GetTargetCompileFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected