diff options
author | Brad King <brad.king@kitware.com> | 2015-06-04 13:13:27 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-06-04 13:13:27 (GMT) |
commit | b49aef6b10e4c84d31c1fe48a10878109397c553 (patch) | |
tree | de0f3509f4d5f15ab36ad8afe6aac9bebb691903 /Source/cmake.cxx | |
parent | 94070b8dfa9f12b13a6794e41e605920e80da696 (diff) | |
parent | eb7b6f6db4b2de70aae80fd8143e701b0cfa4268 (diff) | |
download | CMake-b49aef6b10e4c84d31c1fe48a10878109397c553.zip CMake-b49aef6b10e4c84d31c1fe48a10878109397c553.tar.gz CMake-b49aef6b10e4c84d31c1fe48a10878109397c553.tar.bz2 |
Merge topic 'minor-cleanups'
eb7b6f6d cmVariableWatchCommand: Simplify error reporting.
499ebb65 cmListFileBacktrace: Internalize the step of making paths relative.
80b433b0 cmGlobalGenerator: Don't use else after a return.
52919ac8 cmMakefile: Make cmListFileBacktrace default constructible.
b68f2ea8 cmMakefile: Add API for elseif to create backtrace.
17e13f0a cmMakefile: Simplify CMP0000 handling.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 23803ef..6cd005e 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -2519,7 +2519,6 @@ void cmake::IssueMessage(cmake::MessageType t, std::string const& text, cmListFileBacktrace const& bt) { cmListFileBacktrace backtrace = bt; - backtrace.MakeRelative(); std::ostringstream msg; if (!this->PrintMessagePreamble(t, msg)) |