mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-19 12:50:48 -05:00
STYLE: fix line lengths
This commit is contained in:
@@ -59,8 +59,11 @@ public:
|
||||
* loaded commands, not as part of the usual build process.
|
||||
*/
|
||||
virtual std::string GenerateBuildCommand(const char* makeProgram,
|
||||
const char *projectName, const char* additionalOptions, const char *targetName,
|
||||
const char* config, bool ignoreErrors);
|
||||
const char *projectName,
|
||||
const char* additionalOptions,
|
||||
const char *targetName,
|
||||
const char* config,
|
||||
bool ignoreErrors);
|
||||
|
||||
/**
|
||||
* Generate the all required files for building this project/tree. This
|
||||
|
||||
Reference in New Issue
Block a user