Browse Source

Wrong boolean value for CLI warnings

Ben Boeckel 15 years ago
parent
commit
8dbb2090a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmMakefile.cxx

+ 1 - 1
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);