| 1851 | } |
| 1852 | |
| 1853 | std::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, |
no outgoing calls
no test coverage detected