diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-08-19 21:11:13 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-08-19 22:05:03 (GMT) |
commit | ecc1acb94cbfa12045ec94e11013cbfe6a3bd136 (patch) | |
tree | 31ad34044d947981755657a03a6c0deff6dcd289 /Source/cmTarget.h | |
parent | 805f5e5c1e32c878b63e10f167e667a05a460f3e (diff) | |
download | CMake-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.h | 3 |
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 |