diff options
author | Stephen Kelly <steveire@gmail.com> | 2016-08-27 11:44:57 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2016-08-27 13:41:17 (GMT) |
commit | 146bf9267ca88831d7cff4d121f414a3a73e26de (patch) | |
tree | 37f5b57f5f798c7501c1d99a7c2177cb73ad58d7 /Source/cmOutputConverter.h | |
parent | 58ba87f892316b9f9cbb7851a940ec808527e36a (diff) | |
download | CMake-146bf9267ca88831d7cff4d121f414a3a73e26de.zip CMake-146bf9267ca88831d7cff4d121f414a3a73e26de.tar.gz CMake-146bf9267ca88831d7cff4d121f414a3a73e26de.tar.bz2 |
Convert: Remove 'FULL' conversion
It is no longer used.
Diffstat (limited to 'Source/cmOutputConverter.h')
-rw-r--r-- | Source/cmOutputConverter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmOutputConverter.h b/Source/cmOutputConverter.h index 71bb086..c2403db 100644 --- a/Source/cmOutputConverter.h +++ b/Source/cmOutputConverter.h @@ -38,7 +38,6 @@ public: */ enum RelativeRoot { - FULL, HOME, START, HOME_OUTPUT, |