Make cmLocalGenerator::ConvertToLinkReference virtual
This provides a mechanism for the local generator to override how library search paths are generated.
This commit is contained in:
parent
8a0eb78f3b
commit
903d914b28
|
@ -369,7 +369,7 @@ protected:
|
||||||
std::string FindRelativePathTopBinary();
|
std::string FindRelativePathTopBinary();
|
||||||
void SetupPathConversions();
|
void SetupPathConversions();
|
||||||
|
|
||||||
std::string ConvertToLinkReference(std::string const& lib);
|
virtual std::string ConvertToLinkReference(std::string const& lib);
|
||||||
|
|
||||||
/** Check whether the native build system supports the given
|
/** Check whether the native build system supports the given
|
||||||
definition. Issues a warning. */
|
definition. Issues a warning. */
|
||||||
|
|
Loading…
Reference in New Issue