|
@@ -174,7 +174,7 @@ public:
|
|
|
* commands. It is not a full path nor does it have an extension.
|
|
* commands. It is not a full path nor does it have an extension.
|
|
|
*/
|
|
*/
|
|
|
void AddUtility(std::string const& name, bool cross,
|
|
void AddUtility(std::string const& name, bool cross,
|
|
|
- cmMakefile* mf = nullptr);
|
|
|
|
|
|
|
+ cmMakefile const* mf = nullptr);
|
|
|
void AddUtility(BT<std::pair<std::string, bool>> util);
|
|
void AddUtility(BT<std::pair<std::string, bool>> util);
|
|
|
//! Get the utilities used by this target
|
|
//! Get the utilities used by this target
|
|
|
std::set<BT<std::pair<std::string, bool>>> const& GetUtilities() const;
|
|
std::set<BT<std::pair<std::string, bool>>> const& GetUtilities() const;
|