Browse Source

Make cmLocalGenerator::ConvertToLinkReference virtual

This provides a mechanism for the local generator to override how
library search paths are generated.
Peter Collingbourne 14 years ago
parent
commit
903d914b28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmLocalGenerator.h

+ 1 - 1
Source/cmLocalGenerator.h

@@ -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.  */