BUG: fix issue with -D and cache force

This commit is contained in:
Bill Hoffman
2008-11-21 16:32:39 -05:00
parent 46b9a884ac
commit 0c24570ee4
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ bool cmSetCommand
this->Makefile->AddCacheDefinition(variable,
value.c_str(),
docstring,
type);
type, force);
}
else
{