mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
Source: use std::string in place of const char*
This commit is contained in:
committed by
Brad King
parent
feea34e7eb
commit
bbc07e4561
@@ -44,7 +44,8 @@ private:
|
||||
/** Returns the build command that needs to be executed to build the
|
||||
* specified target.
|
||||
*/
|
||||
std::string BuildMakeCommand(const std::string& make, const char* makefile,
|
||||
std::string BuildMakeCommand(const std::string& make,
|
||||
const std::string& makefile,
|
||||
const std::string& target);
|
||||
/** Appends the specified target to the generated project file as a Sublime
|
||||
* Text build system.
|
||||
|
||||
Reference in New Issue
Block a user