summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2008-01-23 09:53:33 -0500
committerBrad King <brad.king@kitware.com>2008-01-23 09:53:33 -0500
commite417fb7100efda97d78dc20c542667b085a662b4 (patch)
treecac000fa3e3281f7c6344255e73a1fa1f62bb21c /Source/cmFindLibraryCommand.h
parent78fcb26695565299087582483fd696a01f896390 (diff)
downloadcmake-e417fb7100efda97d78dc20c542667b085a662b4.tar.gz
ENH: Enable library search path suffix for sparcv9 architecture. This should be generalized to a platform file later.
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r--Source/cmFindLibraryCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h
index a0f2338af0..aa4e46cbf4 100644
--- a/Source/cmFindLibraryCommand.h
+++ b/Source/cmFindLibraryCommand.h
@@ -65,7 +65,7 @@ public:
cmTypeMacro(cmFindLibraryCommand, cmFindBase);
protected:
- void AddLib32Paths();
+ void AddArchitecturePaths(const char* suffix);
void AddLib64Paths();
std::string FindLibrary(const char* name);
};