summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmOptionCommand.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmOptionCommand.cxx b/Source/cmOptionCommand.cxx
index 92bd7d4..7a968e0 100644
--- a/Source/cmOptionCommand.cxx
+++ b/Source/cmOptionCommand.cxx
@@ -65,11 +65,5 @@ bool cmOptionCommand::InitialPass(std::vector<std::string> const& args)
cmSystemTools::IsOn(initialValue.c_str()),
args[1].c_str());
}
- else
- {
- m_Makefile->AddCacheDefinition(args[0].c_str(),
- cmSystemTools::IsOn(cacheValue), args[1].c_str());
- }
-
return true;
}