From ab5d4e43d9a9ddde24a242092a0d5e5f9a6cbd01 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 1 Oct 2010 16:52:16 -0400 Subject: [PATCH] Revert "When calling CMake, set the args and the cache" This reverts commit 9b90040edba1f89395295c27cd9919b0d5efd30b. --- Source/cmMakefile.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 99b6bc311..86aca5a41 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2810,7 +2810,6 @@ int cmMakefile::TryCompile(const char *srcdir, const char *bindir, // if cmake args were provided then pass them in if (cmakeArgs) { - cm.SetArgs(*cmakeArgs); cm.SetCacheArgs(*cmakeArgs); } // to save time we pass the EnableLanguage info directly