From 8dbb2090a2fac15f61710afef9887e224c1c7f72 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 7 Oct 2010 12:28:25 -0400 Subject: [PATCH] Wrong boolean value for CLI warnings --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index ed34569629..15c5370db8 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2812,7 +2812,7 @@ int cmMakefile::TryCompile(const char *srcdir, const char *bindir, { // FIXME: Workaround to ignore unused CLI variables until the // 'ArgumentExpansion' test succeeds with CMAKE_STRICT on - cm.SetWarnUnusedCli(true); + cm.SetWarnUnusedCli(false); //cm.SetArgs(*cmakeArgs, true); cm.SetCacheArgs(*cmakeArgs);