summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index 2e5e216..4ee1447 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -56,7 +56,7 @@ class cmTarget
public:
enum TargetType { EXECUTABLE, WIN32_EXECUTABLE, STATIC_LIBRARY,
SHARED_LIBRARY, MODULE_LIBRARY, UTILITY, INSTALL_FILES,
- INSTALL_PROGRAMS, GENERATED_CODE };
+ INSTALL_PROGRAMS };
/**
* Return the type of target.