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 ec54fc5..d589f0e 100644 --- a/Source/cmOptionCommand.cxx +++ b/Source/cmOptionCommand.cxx @@ -67,7 +67,7 @@ bool cmOptionCommand(std::vector<std::string> const& args, } bool init = cmIsOn(initialValue); status.GetMakefile().AddCacheDefinition(args[0], init ? "ON" : "OFF", - args[1].c_str(), cmStateEnums::BOOL); + args[1], cmStateEnums::BOOL); if (status.GetMakefile().GetPolicyStatus(cmPolicies::CMP0077) != cmPolicies::NEW && status.GetMakefile().GetPolicyStatus(cmPolicies::CMP0126) == |