ENH: remove warning
This commit is contained in:
parent
731369ef9c
commit
891c273062
|
@ -611,7 +611,7 @@ public:
|
||||||
void AddCommand(cmCommand* );
|
void AddCommand(cmCommand* );
|
||||||
|
|
||||||
///! Enable support for the named language, if null then all languages are enabled.
|
///! Enable support for the named language, if null then all languages are enabled.
|
||||||
virtual void EnableLanguage(std::vector<std::string>const& languages);
|
void EnableLanguage(std::vector<std::string>const& languages);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set/Get the name of the parent directories CMakeLists file
|
* Set/Get the name of the parent directories CMakeLists file
|
||||||
|
|
Loading…
Reference in New Issue