mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
Constify cmGeneratorTarget access.
This commit is contained in:
@@ -104,7 +104,7 @@ struct cmStrictTargetComparison {
|
||||
bool operator()(cmTarget const* t1, cmTarget const* t2) const;
|
||||
};
|
||||
|
||||
typedef std::map<cmTarget*,
|
||||
typedef std::map<cmTarget const*,
|
||||
cmGeneratorTarget*,
|
||||
cmStrictTargetComparison> cmGeneratorTargetsType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user