diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-01-09 17:05:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-01-09 17:05:23 (GMT) |
commit | ed387ffe6b72986856ca1f14c9ac11c4e12c5d6b (patch) | |
tree | 10bc89c82e4b6c9c23834e261fea52f9c771b12d /Source/CTest/cmCTestScriptHandler.h | |
parent | 86b103f2713113327d1ee9325e1c635ec41e4009 (diff) | |
download | CMake-ed387ffe6b72986856ca1f14c9ac11c4e12c5d6b.zip CMake-ed387ffe6b72986856ca1f14c9ac11c4e12c5d6b.tar.gz CMake-ed387ffe6b72986856ca1f14c9ac11c4e12c5d6b.tar.bz2 |
ENH: add subproject tag property for ctest
Diffstat (limited to 'Source/CTest/cmCTestScriptHandler.h')
-rw-r--r-- | Source/CTest/cmCTestScriptHandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestScriptHandler.h b/Source/CTest/cmCTestScriptHandler.h index d410c4e..ba59a33 100644 --- a/Source/CTest/cmCTestScriptHandler.h +++ b/Source/CTest/cmCTestScriptHandler.h @@ -110,7 +110,7 @@ public: void CreateCMake(); void GetCommandDocumentation(std::vector<cmDocumentationEntry>& v) const; - + cmake* GetCMake() { return this->CMake;} private: // reads in a script int ReadInScript(const std::string& total_script_arg); |