mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 09:59:20 -05:00
BUG: fix issue with -D and cache force
This commit is contained in:
@@ -171,7 +171,7 @@ bool cmSetCommand
|
||||
this->Makefile->AddCacheDefinition(variable,
|
||||
value.c_str(),
|
||||
docstring,
|
||||
type);
|
||||
type, force);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user