cmGeneratorTarget: Don't assing a bool to a string
This commit is contained in:
parent
1e994985d8
commit
bac93dcf19
@ -3945,7 +3945,6 @@ std::string cmGeneratorTarget::GetFortranModuleDirectory(
|
||||
std::string const& working_dir) const
|
||||
{
|
||||
if (!this->FortranModuleDirectoryCreated) {
|
||||
this->FortranModuleDirectory = true;
|
||||
this->FortranModuleDirectory =
|
||||
this->CreateFortranModuleDirectory(working_dir);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user