diff options
author | Brad King <brad.king@kitware.com> | 2004-08-04 20:33:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-08-04 20:33:10 (GMT) |
commit | 9b1771aef4c38d2b536d1b2306b62c1b2c27266e (patch) | |
tree | 4db25f1fb06ee22705bef16f70b1a9bbd852847a /Source/cmGlobalVisualStudio6Generator.h | |
parent | f99d94891680c9b14a91579bc4e96b89c9246656 (diff) | |
download | CMake-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/cmGlobalVisualStudio6Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.h b/Source/cmGlobalVisualStudio6Generator.h index 4aaa619..97338a1 100644 --- a/Source/cmGlobalVisualStudio6Generator.h +++ b/Source/cmGlobalVisualStudio6Generator.h @@ -55,7 +55,7 @@ public: */ virtual int TryCompile(const char *srcdir, const char *bindir, const char *projectName, const char *targetName, - std::string *output); + std::string *output, cmMakefile* mf); /** * Generate the all required files for building this project/tree. This |