Oops, too fast commit; add missing ;
This commit is contained in:
parent
6a2174ff9d
commit
cf272c76ad
|
@ -410,7 +410,7 @@ bool cmCacheManager::SaveCache(const char* path)
|
|||
std::string key;
|
||||
std::string rkey = i.GetName();
|
||||
std::string helpstring;
|
||||
const char* hs = i.GetProperty("HELPSTRING")
|
||||
const char* hs = i.GetProperty("HELPSTRING");
|
||||
if ( hs )
|
||||
{
|
||||
helpstring = i.GetProperty("HELPSTRING");
|
||||
|
|
Loading…
Reference in New Issue