summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-10-01 20:52:16 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-10-01 20:52:16 (GMT)
commitab5d4e43d9a9ddde24a242092a0d5e5f9a6cbd01 (patch)
treeb0336a55dcd8de39007262b8a15510e1a6bba382 /Source
parent9b90040edba1f89395295c27cd9919b0d5efd30b (diff)
downloadCMake-ab5d4e43d9a9ddde24a242092a0d5e5f9a6cbd01.zip
CMake-ab5d4e43d9a9ddde24a242092a0d5e5f9a6cbd01.tar.gz
CMake-ab5d4e43d9a9ddde24a242092a0d5e5f9a6cbd01.tar.bz2
Revert "When calling CMake, set the args and the cache"
This reverts commit 9b90040edba1f89395295c27cd9919b0d5efd30b.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 99b6bc3..86aca5a 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