diff options
Diffstat (limited to 'Source/cmOptionCommand.cxx')
-rw-r--r-- | Source/cmOptionCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmOptionCommand.cxx b/Source/cmOptionCommand.cxx index 1ce0d58..92f0468 100644 --- a/Source/cmOptionCommand.cxx +++ b/Source/cmOptionCommand.cxx @@ -35,7 +35,7 @@ bool cmOptionCommand::Invoke(std::vector<std::string>& args) } else { - m_Makefile->AddDefinition("WRAP_TCL", cacheValue); + m_Makefile->AddDefinition(args[0].c_str(), cacheValue); } return true; |