diff options
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 491a298..d6d56d0 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -335,7 +335,7 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args) for ( it.Begin(); !it.IsAtEnd(); it.Next() ) { cmCacheManager::CacheEntryType t = it.GetType(); - if(t != cmCacheManager::STATIC && t != cmCacheManager::UNINITIALIZED) + if(t != cmCacheManager::STATIC) { std::string entryName = it.GetName(); if (regex.find(entryName.c_str())) |