ENH: Add accessort for CMake executable
This commit is contained in:
parent
946253c99d
commit
21050b5b62
|
@ -151,6 +151,7 @@ public:
|
||||||
|
|
||||||
//! Get the path to CTest
|
//! Get the path to CTest
|
||||||
const char* GetCTestExecutable() { return m_CTestSelf.c_str(); }
|
const char* GetCTestExecutable() { return m_CTestSelf.c_str(); }
|
||||||
|
const char* GetCMakeExecutable() { return m_CMakeSelf.c_str(); }
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
EXPERIMENTAL,
|
EXPERIMENTAL,
|
||||||
|
|
Loading…
Reference in New Issue