From fd50f06b215f81f2ee28ae8afab32d0b3049fac5 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 2 Dec 2010 16:57:30 -0500 Subject: Don't check for unused vars at configure time The generate step should catch all of them. --- Source/cmMakefile.cxx | 2 -- 1 file changed, 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"); } //---------------------------------------------------------------------------- -- cgit v0.12