summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-01-09 18:35:18 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-01-09 18:35:18 (GMT)
commit67f1dab2b5e69474cc4df000cdbd2d3135981c5b (patch)
tree6e6cb48b51029e190ca786127b5ff6cf8f6dbe00 /Source/cmCTest.h
parent972e09029de2c9b403c29047c216739cf195e5c7 (diff)
downloadCMake-67f1dab2b5e69474cc4df000cdbd2d3135981c5b.zip
CMake-67f1dab2b5e69474cc4df000cdbd2d3135981c5b.tar.gz
CMake-67f1dab2b5e69474cc4df000cdbd2d3135981c5b.tar.bz2
ENH: add an ability to specify a build run directory
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index e07d0e1..8936138 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -298,6 +298,7 @@ private:
std::string m_CTestSelf;
std::string m_SourceDir;
std::string m_BinaryDir;
+ std::string m_BuildRunDir;
std::string m_BuildGenerator;
std::string m_BuildMakeProgram;
std::string m_BuildProject;