mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
ENH: Teach find_package about lib64 paths
When find_package is about to look in <prefix>/lib, search first in <prefix>/lib64 in cases that find_library would use lib64 paths.
This commit is contained in:
@@ -124,6 +124,7 @@ private:
|
||||
bool NoModule;
|
||||
bool NoBuilds;
|
||||
bool DebugMode;
|
||||
bool UseLib64Paths;
|
||||
std::vector<std::string> Names;
|
||||
std::vector<std::string> Configs;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user