mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 16:49:18 -06:00
STYLE: fix line length
This commit is contained in:
@@ -17,12 +17,14 @@
|
||||
#include "cmIncludeExternalMSProjectCommand.h"
|
||||
|
||||
// cmIncludeExternalMSProjectCommand
|
||||
bool cmIncludeExternalMSProjectCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool cmIncludeExternalMSProjectCommand
|
||||
::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
if(args.size() < 2)
|
||||
{
|
||||
this->SetError("INCLUDE_EXTERNAL_MSPROJECT called with incorrect number of arguments");
|
||||
return false;
|
||||
this->SetError("INCLUDE_EXTERNAL_MSPROJECT called with incorrect "
|
||||
"number of arguments");
|
||||
return false;
|
||||
}
|
||||
// only compile this for win32 to avoid coverage errors
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user