diff options
author | Brad King <brad.king@kitware.com> | 2020-09-25 14:26:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-09-28 13:49:08 (GMT) |
commit | 07c1bdda3d42b255ddf9d7145e0aa952f87ee978 (patch) | |
tree | e66fc5b94eaabf4ea45c12cf460510aa961b27d0 /Source/cmMakefile.h | |
parent | 727ed0c403ad87c5cae84222d7d69b95b665b63f (diff) | |
download | CMake-07c1bdda3d42b255ddf9d7145e0aa952f87ee978.zip CMake-07c1bdda3d42b255ddf9d7145e0aa952f87ee978.tar.gz CMake-07c1bdda3d42b255ddf9d7145e0aa952f87ee978.tar.bz2 |
cmMakefile: Replace GetExecutionFilePath with the top of the Backtrace
The execution file path stack and the backtrace stack are kept in sync.
At all call sites of `GetExecutionFilePath`, the execution file path
matches the path in the context at the top of the backtrace stack.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 022c029..7c3348d 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -937,8 +937,6 @@ public: const char* GetDefineFlagsCMP0059() const; - std::string const& GetExecutionFilePath() const; - void EnforceDirectoryLevelRules() const; void AddEvaluationFile( |