Refactor: Keep track of prefixes in cmSearchPath

This commit is contained in:
Kyle Edwards
2022-02-01 14:42:54 -05:00
parent 9245925810
commit bd805a51ae
4 changed files with 54 additions and 27 deletions
+1 -1
View File
@@ -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;