From bac93dcf192d8680cd72570682d6593da9818088 Mon Sep 17 00:00:00 2001 From: Daniel Pfeifer Date: Sat, 5 Nov 2016 23:54:57 +0100 Subject: cmGeneratorTarget: Don't assing a bool to a string --- Source/cmGeneratorTarget.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx index ca056c0..ca3e373 100644 --- a/Source/cmGeneratorTarget.cxx +++ b/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); } -- cgit v0.12