mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
ENH: Enable library search path suffix for sparcv9 architecture. This should be generalized to a platform file later.
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
cmTypeMacro(cmFindLibraryCommand, cmFindBase);
|
||||
|
||||
protected:
|
||||
void AddLib32Paths();
|
||||
void AddArchitecturePaths(const char* suffix);
|
||||
void AddLib64Paths();
|
||||
std::string FindLibrary(const char* name);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user