summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-12-02 21:57:30 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-12-02 21:57:30 (GMT)
commitfd50f06b215f81f2ee28ae8afab32d0b3049fac5 (patch)
treee1f17ef891f54290c65ae7b79d4893880e895514
parent447a04c31c7540882fb823df0890450e677083ee (diff)
downloadCMake-fd50f06b215f81f2ee28ae8afab32d0b3049fac5.zip
CMake-fd50f06b215f81f2ee28ae8afab32d0b3049fac5.tar.gz
CMake-fd50f06b215f81f2ee28ae8afab32d0b3049fac5.tar.bz2
Don't check for unused vars at configure time
The generate step should catch all of them.
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 9ecc988..82b0129 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -831,8 +831,6 @@ void cmMakefile::ConfigureFinalPass()
{
l->second.FinishConfigure();
}
-
- this->GetCMakeInstance()->RunCheckForUnusedVariables("configure");
}
//----------------------------------------------------------------------------