summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-08-04 20:33:10 (GMT)
committerBrad King <brad.king@kitware.com>2004-08-04 20:33:10 (GMT)
commit9b1771aef4c38d2b536d1b2306b62c1b2c27266e (patch)
tree4db25f1fb06ee22705bef16f70b1a9bbd852847a /Source/cmGlobalGenerator.cxx
parentf99d94891680c9b14a91579bc4e96b89c9246656 (diff)
downloadCMake-9b1771aef4c38d2b536d1b2306b62c1b2c27266e.zip
CMake-9b1771aef4c38d2b536d1b2306b62c1b2c27266e.tar.gz
CMake-9b1771aef4c38d2b536d1b2306b62c1b2c27266e.tar.bz2
BUG: CMAKE_TRY_COMPILE_CONFIGURATION should be obtained from the cmMakefile instance for the listfile containing the TRY_COMPILE call, not the top level listfile.
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r--Source/cmGlobalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx
index 907e111..2ab00a6 100644
--- a/Source/cmGlobalGenerator.cxx
+++ b/Source/cmGlobalGenerator.cxx
@@ -448,7 +448,7 @@ void cmGlobalGenerator::LocalGenerate()
int cmGlobalGenerator::TryCompile(const char *, const char *bindir,
const char *, const char *target,
- std::string *output)
+ std::string *output, cmMakefile*)
{
// now build the test
std::string makeCommand =