mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
Refactor: Keep track of prefixes in cmSearchPath
This commit is contained in:
@@ -135,7 +135,7 @@ protected:
|
||||
std::map<PathLabel, cmSearchPath> LabeledPaths;
|
||||
|
||||
std::vector<std::string> SearchPaths;
|
||||
std::set<std::string> SearchPathsEmitted;
|
||||
std::set<cmSearchPath::PathWithPrefix> SearchPathsEmitted;
|
||||
|
||||
bool SearchFrameworkFirst;
|
||||
bool SearchFrameworkOnly;
|
||||
|
||||
Reference in New Issue
Block a user