mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 17:18:37 -05:00
cmInstallGenerator: std::string params
Several construction parameters converted to std::string Also made a few class members const
This commit is contained in:
@@ -20,7 +20,8 @@ class cmInstallScriptGenerator : public cmInstallGenerator
|
||||
{
|
||||
public:
|
||||
cmInstallScriptGenerator(std::string script, bool code,
|
||||
const char* component, bool exclude_from_all);
|
||||
std::string const& component,
|
||||
bool exclude_from_all);
|
||||
~cmInstallScriptGenerator() override;
|
||||
|
||||
bool Compute(cmLocalGenerator* lg) override;
|
||||
|
||||
Reference in New Issue
Block a user