diff options
author | Brad King <brad.king@kitware.com> | 2001-07-23 18:43:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-07-23 18:43:23 (GMT) |
commit | 9adacc17f899270691f9dfd4d9dfbb1de6920682 (patch) | |
tree | cf60a5ea0284bd85ce2fa6e298eea09f9888975b /Source/cmConfigureGccXmlCommand.h | |
parent | 4a52b0e6c3f732a7b656c467ce32d7ee89673cf6 (diff) | |
download | CMake-9adacc17f899270691f9dfd4d9dfbb1de6920682.zip CMake-9adacc17f899270691f9dfd4d9dfbb1de6920682.tar.gz CMake-9adacc17f899270691f9dfd4d9dfbb1de6920682.tar.bz2 |
BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.
Diffstat (limited to 'Source/cmConfigureGccXmlCommand.h')
-rw-r--r-- | Source/cmConfigureGccXmlCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmConfigureGccXmlCommand.h b/Source/cmConfigureGccXmlCommand.h index ef638d5..7d71e0d 100644 --- a/Source/cmConfigureGccXmlCommand.h +++ b/Source/cmConfigureGccXmlCommand.h @@ -97,7 +97,7 @@ public: cmTypeMacro(cmConfigureGccXmlCommand, cmCommand); protected: - std::string GetSupportDirectory(const char*); + bool GetSupportDirectory(const char*); bool FindVcIncludeFlags(); bool FindGccIncludeFlags(); bool FindMproIncludeFlags(); |