summaryrefslogtreecommitdiffstats
path: root/Source/cmSetCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-21 14:47:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-21 14:47:00 (GMT)
commit650691850bd4c507296a8abd7cde10c3ac2d8fb7 (patch)
tree78093f3b1ce6b81a984ad0b1c4f9cef1f6091e1a /Source/cmSetCommand.cxx
parent06f403b274cb80b024f0c8adbe7137d9ac99f344 (diff)
downloadCMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.zip
CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.tar.gz
CMake-650691850bd4c507296a8abd7cde10c3ac2d8fb7.tar.bz2
BUG: fix compiler name
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 433d37f..5760c89 100644
--- a/Source/cmSetCommand.cxx
+++ b/Source/cmSetCommand.cxx
@@ -86,7 +86,7 @@ bool cmSetCommand::Invoke(std::vector<std::string>& args)
}
if(args[i] == "CACHE")
{
- cache == true;
+ cache = true;
}
// if this is to be cached, find the value and type
if(cache)