From 9b90040edba1f89395295c27cd9919b0d5efd30b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 1 Oct 2010 13:44:55 -0400 Subject: [PATCH] When calling CMake, set the args and the cache --- Source/cmMakefile.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 86aca5a41..99b6bc311 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -2810,6 +2810,7 @@ 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