mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-23 07:02:13 -06:00
Convert: Remove HOME_OUTPUT enum value
This commit is contained in:
@@ -52,9 +52,6 @@ std::string cmOutputConverter::ConvertToRelativePath(
|
|||||||
std::string result;
|
std::string result;
|
||||||
|
|
||||||
switch (relative) {
|
switch (relative) {
|
||||||
case HOME_OUTPUT:
|
|
||||||
result = this->GetState()->GetBinaryDirectory();
|
|
||||||
break;
|
|
||||||
case START_OUTPUT:
|
case START_OUTPUT:
|
||||||
result = this->StateSnapshot.GetDirectory().GetCurrentBinary();
|
result = this->StateSnapshot.GetDirectory().GetCurrentBinary();
|
||||||
break;
|
break;
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
enum RelativeRoot
|
enum RelativeRoot
|
||||||
{
|
{
|
||||||
HOME_OUTPUT,
|
|
||||||
START_OUTPUT
|
START_OUTPUT
|
||||||
};
|
};
|
||||||
enum OutputFormat
|
enum OutputFormat
|
||||||
|
|||||||
Reference in New Issue
Block a user