mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
find_library: Refactor lib->lib64 conversion
Previously methods AddArchitecturePaths and AddLib64Paths were almost identical. Replace the latter with a call to the former. Fix the AddArchitecturePaths implementation to add trailing slashes to all tested paths.
This commit is contained in:
@@ -62,7 +62,6 @@ public:
|
||||
|
||||
protected:
|
||||
void AddArchitecturePaths(const char* suffix);
|
||||
void AddLib64Paths();
|
||||
std::string FindLibrary();
|
||||
virtual void GenerateDocumentation();
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user