remove warning
This commit is contained in:
parent
2c0f4f6725
commit
03e7b6a67a
|
@ -41,7 +41,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "cmSubdirDependsCommand.h"
|
#include "cmSubdirDependsCommand.h"
|
||||||
|
|
||||||
// cmSubdirDependsCommand
|
// cmSubdirDependsCommand
|
||||||
bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const& args)
|
bool cmSubdirDependsCommand::InitialPass(std::vector<std::string> const& )
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue