summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/cmake.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 8134943..db99a43 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -314,7 +314,6 @@ class cmake
*/
const char* GetCTestCommand();
const char* GetCPackCommand();
- const char* GetCMakeCommand() const { return this->CMakeCommand.c_str(); }
// Do we want debug output during the cmake run.
bool GetDebugOutput() { return this->DebugOutput; }