diff options
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r-- | Source/cmTarget.h | 2 |
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. |