mirror of
https://github.com/reactos/CMake.git
synced 2025-02-12 23:19:13 +00:00
fix HPUX bugs
This commit is contained in:
parent
b18faffcf0
commit
54aeed9b4f
@ -57,6 +57,8 @@ public:
|
||||
///! pass the -I argument down
|
||||
void SetTestsToRunInformation(const char*);
|
||||
|
||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||
|
||||
private:
|
||||
|
||||
enum { // Memory checkers
|
||||
@ -151,7 +153,6 @@ private:
|
||||
std::vector<cmStdString> &failed,
|
||||
bool memcheck);
|
||||
|
||||
typedef std::vector<cmListFileArgument> tm_VectorOfListFileArgs;
|
||||
struct cmCTestTestProperties
|
||||
{
|
||||
cmStdString m_Name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user