mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Teach find_library to avoid returning library paths in system directories that may be converted to architecture-specific directories by the compiler when it invokes the linker.
This commit is contained in:
@@ -69,6 +69,7 @@ protected:
|
||||
void AddArchitecturePaths(const char* suffix);
|
||||
void AddLib64Paths();
|
||||
std::string FindLibrary(const char* name);
|
||||
std::string FixForImplicitLocations(std::string const& lib);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user