summaryrefslogtreecommitdiffstats
path: root/Source/cmConfigureGccXmlCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-07-23 18:43:23 (GMT)
committerBrad King <brad.king@kitware.com>2001-07-23 18:43:23 (GMT)
commit9adacc17f899270691f9dfd4d9dfbb1de6920682 (patch)
treecf60a5ea0284bd85ce2fa6e298eea09f9888975b /Source/cmConfigureGccXmlCommand.h
parent4a52b0e6c3f732a7b656c467ce32d7ee89673cf6 (diff)
downloadCMake-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.h2
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();