mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
STYLE: fix line length
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
#include "cmInstallProgramsCommand.h"
|
||||
|
||||
// cmExecutableCommand
|
||||
bool cmInstallProgramsCommand::InitialPass(std::vector<std::string> const& args)
|
||||
bool cmInstallProgramsCommand
|
||||
::InitialPass(std::vector<std::string> const& args)
|
||||
{
|
||||
if(args.size() < 2)
|
||||
{
|
||||
@@ -89,7 +90,8 @@ void cmInstallProgramsCommand::FinalPass()
|
||||
* present in the build tree. If a full path is given, it is just
|
||||
* returned.
|
||||
*/
|
||||
std::string cmInstallProgramsCommand::FindInstallSource(const char* name) const
|
||||
std::string cmInstallProgramsCommand
|
||||
::FindInstallSource(const char* name) const
|
||||
{
|
||||
if(cmSystemTools::FileIsFullPath(name))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user