1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 21:40:15 +08:00

Wrong boolean value for CLI warnings

This commit is contained in:
Ben Boeckel
2010-10-07 12:28:25 -04:00
parent d4ee998b61
commit 8dbb2090a2

View File

@@ -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);