summaryrefslogtreecommitdiffstats
path: root/Source/cmOutputConverter.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2016-08-27 16:41:42 (GMT)
committerStephen Kelly <steveire@gmail.com>2016-09-19 19:36:14 (GMT)
commit4cf707b08316be6afb15435ce57c67b467fc47b3 (patch)
treefd4e1855763e3f65715bb9a54fa55c29e9257dfe /Source/cmOutputConverter.cxx
parent3d12ffbf5b49cbbec2bc00fe58e5298c00fee527 (diff)
downloadCMake-4cf707b08316be6afb15435ce57c67b467fc47b3.zip
CMake-4cf707b08316be6afb15435ce57c67b467fc47b3.tar.gz
CMake-4cf707b08316be6afb15435ce57c67b467fc47b3.tar.bz2
Convert: Remove HOME_OUTPUT enum value
Diffstat (limited to 'Source/cmOutputConverter.cxx')
-rw-r--r--Source/cmOutputConverter.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmOutputConverter.cxx b/Source/cmOutputConverter.cxx
index 4f12ae0..dca0e1d 100644
--- a/Source/cmOutputConverter.cxx
+++ b/Source/cmOutputConverter.cxx
@@ -52,9 +52,6 @@ std::string cmOutputConverter::ConvertToRelativePath(
std::string result;
switch (relative) {
- case HOME_OUTPUT:
- result = this->GetState()->GetBinaryDirectory();
- break;
case START_OUTPUT:
result = this->StateSnapshot.GetDirectory().GetCurrentBinary();
break;