diff options
author | Brad King <brad.king@kitware.com> | 2012-07-20 17:28:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-07-20 18:19:08 (GMT) |
commit | 6ca2f82d0d8dbb1f0f79c5fe1a4e21de78a57c84 (patch) | |
tree | 30f29ecb9f32b59f6e1943c7c5cb9077113b96a4 /Source/cmFindLibraryCommand.h | |
parent | 1fe4b82a45bfe3e578267d84c70d6e55610e2ced (diff) | |
download | CMake-6ca2f82d0d8dbb1f0f79c5fe1a4e21de78a57c84.zip CMake-6ca2f82d0d8dbb1f0f79c5fe1a4e21de78a57c84.tar.gz CMake-6ca2f82d0d8dbb1f0f79c5fe1a4e21de78a57c84.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmFindLibraryCommand.h b/Source/cmFindLibraryCommand.h index b880be2..f91583b 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: |