diff options
-rw-r--r-- | Source/cmMarkAsAdvancedCommand.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMarkAsAdvancedCommand.cxx b/Source/cmMarkAsAdvancedCommand.cxx index 1aed616..93a8437 100644 --- a/Source/cmMarkAsAdvancedCommand.cxx +++ b/Source/cmMarkAsAdvancedCommand.cxx @@ -47,7 +47,8 @@ bool cmMarkAsAdvancedCommand if ( it.IsAtEnd() ) { this->Makefile->GetCacheManager() - ->AddCacheEntry(variable.c_str(), 0, 0, cmCacheManager::UNINITIALIZED); + ->AddCacheEntry(variable.c_str(), 0, 0, + cmCacheManager::UNINITIALIZED); overwrite = true; } it.Find(variable.c_str()); |