mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
STYLE: fix line length
This commit is contained in:
@@ -17,11 +17,13 @@
|
||||
#include "cmEnableLanguageCommand.h"
|
||||
|
||||
// cmEnableLanguageCommand
|
||||
bool cmEnableLanguageCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool cmEnableLanguageCommand
|
||||
::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
if(args.size() < 1 )
|
||||
{
|
||||
this->SetError("ENABLE_LANGUAGE called with incorrect number of arguments");
|
||||
this->SetError
|
||||
("ENABLE_LANGUAGE called with incorrect number of arguments");
|
||||
return false;
|
||||
}
|
||||
this->Makefile->EnableLanguage(args);
|
||||
|
||||
Reference in New Issue
Block a user