summaryrefslogtreecommitdiff
path: root/Source/cmFindLibraryCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-07-20 13:28:49 -0400
committerBrad King <brad.king@kitware.com>2012-07-20 14:19:08 -0400
commit6ca2f82d0d8dbb1f0f79c5fe1a4e21de78a57c84 (patch)
tree30f29ecb9f32b59f6e1943c7c5cb9077113b96a4 /Source/cmFindLibraryCommand.h
parent1fe4b82a45bfe3e578267d84c70d6e55610e2ced (diff)
downloadcmake-6ca2f82d0d8dbb1f0f79c5fe1a4e21de78a57c84.tar.gz
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.
Diffstat (limited to 'Source/cmFindLibraryCommand.h')
-rw-r--r--Source/cmFindLibraryCommand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h
index b880be2664..f91583bf5d 100644
--- a/Source/cmFindLibraryCommand.h
+++ b/Source/cmFindLibraryCommand.h
@@ -62,7 +62,6 @@ public:
protected:
void AddArchitecturePaths(const char* suffix);
- void AddLib64Paths();
std::string FindLibrary();
virtual void GenerateDocumentation();
private: