mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 13:40:42 -06:00
ENH: Add support to find_library to transform /lib to /lib32 on some architectures.
This commit is contained in:
@@ -65,7 +65,8 @@ public:
|
||||
cmTypeMacro(cmFindLibraryCommand, cmFindBase);
|
||||
|
||||
protected:
|
||||
void AddLib64Paths();\
|
||||
void AddLib32Paths();
|
||||
void AddLib64Paths();
|
||||
std::string FindLibrary(const char* name);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user