diff options
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index eae3046..7a4e215 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -126,5 +126,6 @@ int main (int argc, char *argv[]) // return to the original directory cmSystemTools::ChangeDirectory(cwd.c_str()); + cmMakefileGenerator::UnRegisterGenerators(); return 0; } |