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

Method GetFortranModuleDirectory

Source/cmGeneratorTarget.cxx:4305–4315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4303}
4304
4305std::string cmGeneratorTarget::GetFortranModuleDirectory(
4306 std::string const& working_dir) const
4307{
4308 if (!this->FortranModuleDirectoryCreated) {
4309 this->FortranModuleDirectory =
4310 this->CreateFortranModuleDirectory(working_dir);
4311 this->FortranModuleDirectoryCreated = true;
4312 }
4313
4314 return this->FortranModuleDirectory;
4315}
4316
4317bool cmGeneratorTarget::IsFortranBuildingIntrinsicModules() const
4318{

Callers 3

WriteTargetDependInfoMethod · 0.80
GetTargetFortranFlagsMethod · 0.80

Calls 1

Tested by

no test coverage detected