Bill Hoffman 21 éve
szülő
commit
a5c3087360
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      Source/cmOptionCommand.cxx

+ 1 - 0
Source/cmOptionCommand.cxx

@@ -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() )