summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-02 15:29:05 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-02 15:29:05 (GMT)
commitd784e6af4d292e5ffee4b43b7ee740d1fa8e2e29 (patch)
treeab20997a3378ac991c9800784423e2d56b7c8a9b /Source/cmMakefile.cxx
parent9efc05722e9598b8e34062e8f39457b728b7286b (diff)
downloadCMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.zip
CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.tar.gz
CMake-d784e6af4d292e5ffee4b43b7ee740d1fa8e2e29.tar.bz2
Run the unused variables check on the final pass
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 3a23590..288bc53 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -828,6 +828,8 @@ void cmMakefile::ConfigureFinalPass()
{
l->second.FinishConfigure();
}
+
+ this->GetCMakeInstance()->RunCheckForUnusedVariables();
}
//----------------------------------------------------------------------------