Remove incorrect doc string for link type enum
This is actually a duplicate doc string for a method a few lines above.
This commit is contained in:
parent
805f5e5c1e
commit
ecc1acb94c
|
@ -158,9 +158,6 @@ public:
|
||||||
void AddSources(std::vector<std::string> const& srcs);
|
void AddSources(std::vector<std::string> const& srcs);
|
||||||
cmSourceFile* AddSource(const char* src);
|
cmSourceFile* AddSource(const char* src);
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the list of the source files used by this target
|
|
||||||
*/
|
|
||||||
enum LinkLibraryType {GENERAL, DEBUG, OPTIMIZED};
|
enum LinkLibraryType {GENERAL, DEBUG, OPTIMIZED};
|
||||||
|
|
||||||
//* how we identify a library, by name and type
|
//* how we identify a library, by name and type
|
||||||
|
|
Loading…
Reference in New Issue