mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Oops, too fast commit; add missing ;
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user