ENH: Enable library search path suffix for sparcv9 architecture. This should be generalized to a platform file later.

This commit is contained in:
Brad King
2008-01-23 09:53:33 -05:00
parent 78fcb26695
commit e417fb7100
3 changed files with 35 additions and 25 deletions

View File

@@ -65,7 +65,7 @@ public:
cmTypeMacro(cmFindLibraryCommand, cmFindBase);
protected:
void AddLib32Paths();
void AddArchitecturePaths(const char* suffix);
void AddLib64Paths();
std::string FindLibrary(const char* name);
};