BUG: fix for 282
This commit is contained in:
parent
9ac968174e
commit
a5c3087360
|
@ -55,6 +55,7 @@ bool cmOptionCommand::InitialPass(std::vector<std::string> const& args)
|
||||||
{
|
{
|
||||||
if ( it.GetType() != cmCacheManager::UNINITIALIZED )
|
if ( it.GetType() != cmCacheManager::UNINITIALIZED )
|
||||||
{
|
{
|
||||||
|
it.SetProperty("HELPSTRING", args[1].c_str());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if ( it.GetValue() )
|
if ( it.GetValue() )
|
||||||
|
|
Loading…
Reference in New Issue