diff options
Diffstat (limited to 'Source/cmSetCommand.cxx')
-rw-r--r-- | Source/cmSetCommand.cxx | 2 |
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) |