summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-06-04 13:13:27 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-06-04 13:13:27 (GMT)
commitb49aef6b10e4c84d31c1fe48a10878109397c553 (patch)
treede0f3509f4d5f15ab36ad8afe6aac9bebb691903 /Source/cmake.cxx
parent94070b8dfa9f12b13a6794e41e605920e80da696 (diff)
parenteb7b6f6db4b2de70aae80fd8143e701b0cfa4268 (diff)
downloadCMake-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.cxx1
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))