mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 20:28:37 -06:00
cmGeneratorTarget: Don't assing a bool to a string
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user