diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-15 20:07:16 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-15 20:07:16 (GMT) |
commit | 6d200fa6be62a4708bfef1d05925d841fed7b487 (patch) | |
tree | adff2397401d36deabb987d43627f3e185403584 /Source/cmake.cxx | |
parent | 510cb415d4d97a6c849e1c41ddb70457c8747213 (diff) | |
download | CMake-6d200fa6be62a4708bfef1d05925d841fed7b487.zip CMake-6d200fa6be62a4708bfef1d05925d841fed7b487.tar.gz CMake-6d200fa6be62a4708bfef1d05925d841fed7b487.tar.bz2 |
STYLE: minor fixes
Alex
Diffstat (limited to 'Source/cmake.cxx')
-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 b340917..d78949d 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1817,7 +1817,7 @@ int cmake::Configure() // We must have a bad generator selection. Wipe the cache entry so the // user can select another. this->CacheManager->RemoveCacheEntry("CMAKE_GENERATOR"); - this->CacheManager->RemoveCacheEntry("CMAKE_EMP_GENERATOR"); + this->CacheManager->RemoveCacheEntry("CMAKE_EXTRA_GENERATOR"); } // only save the cache if there were no fatal errors if ( !this->ScriptMode ) |