summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/cmCTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index e5ed323..0c40497 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -151,6 +151,7 @@ public:
//! Get the path to CTest
const char* GetCTestExecutable() { return m_CTestSelf.c_str(); }
+ const char* GetCMakeExecutable() { return m_CMakeSelf.c_str(); }
enum {
EXPERIMENTAL,