mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Constify handling of link targets.
This commit is contained in:
@@ -53,7 +53,8 @@ public:
|
||||
NameReal
|
||||
};
|
||||
|
||||
static std::string GetInstallFilename(cmTarget*target, const char* config,
|
||||
static std::string GetInstallFilename(cmTarget const* target,
|
||||
const char* config,
|
||||
NameType nameType = NameNormal);
|
||||
|
||||
cmTarget* GetTarget() const { return this->Target; }
|
||||
|
||||
Reference in New Issue
Block a user