mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
fix HPUX bugs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user