mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
BUG: fix for 282
This commit is contained in:
@@ -55,6 +55,7 @@ bool cmOptionCommand::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
if ( it.GetType() != cmCacheManager::UNINITIALIZED )
|
||||
{
|
||||
it.SetProperty("HELPSTRING", args[1].c_str());
|
||||
return true;
|
||||
}
|
||||
if ( it.GetValue() )
|
||||
|
||||
Reference in New Issue
Block a user