Browse Source

cmGeneratorTarget: Don't assing a bool to a string

Daniel Pfeifer 9 years ago
parent
commit
bac93dcf19
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmGeneratorTarget.cxx

+ 0 - 1
Source/cmGeneratorTarget.cxx

@@ -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);
   }