From 21050b5b62fc03b7bc5946b159e947a00cd1a7ae Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 5 May 2005 10:17:24 -0400 Subject: [PATCH] ENH: Add accessort for CMake executable --- Source/cmCTest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmCTest.h b/Source/cmCTest.h index e5ed32378..0c404970b 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,