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:
Peter Collingbourne 2011-08-22 14:02:20 +01:00
parent 8a0eb78f3b
commit 903d914b28
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ protected:
std::string FindRelativePathTopBinary();
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
definition. Issues a warning. */