BUG: CompilerIsMipsPro needs to redirect stderr to stdout so that the test output can be checked.

This commit is contained in:
Brad King
2001-07-23 14:43:23 -04:00
parent 4a52b0e6c3
commit 9adacc17f8
2 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ public:
cmTypeMacro(cmConfigureGccXmlCommand, cmCommand);
protected:
std::string GetSupportDirectory(const char*);
bool GetSupportDirectory(const char*);
bool FindVcIncludeFlags();
bool FindGccIncludeFlags();
bool FindMproIncludeFlags();