summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-08-19 21:11:13 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-08-19 22:05:03 (GMT)
commitecc1acb94cbfa12045ec94e11013cbfe6a3bd136 (patch)
tree31ad34044d947981755657a03a6c0deff6dcd289 /Source/cmTarget.h
parent805f5e5c1e32c878b63e10f167e667a05a460f3e (diff)
downloadCMake-ecc1acb94cbfa12045ec94e11013cbfe6a3bd136.zip
CMake-ecc1acb94cbfa12045ec94e11013cbfe6a3bd136.tar.gz
CMake-ecc1acb94cbfa12045ec94e11013cbfe6a3bd136.tar.bz2
Remove incorrect doc string for link type enum
This is actually a duplicate doc string for a method a few lines above.
Diffstat (limited to 'Source/cmTarget.h')
-rw-r--r--Source/cmTarget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmTarget.h b/Source/cmTarget.h
index a89c5d9..98eaeec 100644
--- a/Source/cmTarget.h
+++ b/Source/cmTarget.h
@@ -158,9 +158,6 @@ public:
void AddSources(std::vector<std::string> const& srcs);
cmSourceFile* AddSource(const char* src);
- /**
- * Get the list of the source files used by this target
- */
enum LinkLibraryType {GENERAL, DEBUG, OPTIMIZED};
//* how we identify a library, by name and type