summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-11-21 21:32:39 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-11-21 21:32:39 (GMT)
commit0c24570ee429c9884fdbf9ba0dd5e55133114432 (patch)
tree5ab4825243b670e57a05d1bffa4de5f0ddc8387a /Source/cmSetCommand.cxx
parent46b9a884ac01aeb7fc0e6b5eb92a1624536eb4ee (diff)
downloadCMake-0c24570ee429c9884fdbf9ba0dd5e55133114432.zip
CMake-0c24570ee429c9884fdbf9ba0dd5e55133114432.tar.gz
CMake-0c24570ee429c9884fdbf9ba0dd5e55133114432.tar.bz2
BUG: fix issue with -D and cache force
Diffstat (limited to 'Source/cmSetCommand.cxx')
-rw-r--r--Source/cmSetCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetCommand.cxx b/Source/cmSetCommand.cxx
index 5939990..1be75ce 100644
--- a/Source/cmSetCommand.cxx
+++ b/Source/cmSetCommand.cxx
@@ -171,7 +171,7 @@ bool cmSetCommand
this->Makefile->AddCacheDefinition(variable,
value.c_str(),
docstring,
- type);
+ type, force);
}
else
{