summaryrefslogtreecommitdiff
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-04 19:19:43 +0200
committerStephen Kelly <steveire@gmail.com>2015-08-05 18:20:45 +0200
commit4b86f5edc91ba649908f5b6ab0fb7f1154e38066 (patch)
tree3bec9a5e2d4f7579589da3e78819308aad11003f /Source/cmTarget.h
parent5ff813c7a62d6c37b86bbf9a988a91baa4d5b9e6 (diff)
downloadcmake-4b86f5edc91ba649908f5b6ab0fb7f1154e38066.tar.gz
cmGeneratorTarget: Make CompatibleType enum private again.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index b544b0bca8..795753ec88 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -581,14 +581,6 @@ public:
return this->LinkLibrariesForVS6;}
#endif
- enum CompatibleType
- {
- BoolType,
- StringType,
- NumberMinType,
- NumberMaxType
- };
-
private:
bool HandleLocationPropertyPolicy(cmMakefile* context) const;