diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-30 16:55:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-03-30 16:55:19 (GMT) |
commit | 3cf3fc510febc42af0db07c71c7c3925724b3201 (patch) | |
tree | e6872ad9d7d949ef6c067dd2159075f5c9dbb6cf /Source/cmFindBase.h | |
parent | 7b3be313ee9997879bc1496bb3801021039d4d5b (diff) | |
download | CMake-3cf3fc510febc42af0db07c71c7c3925724b3201.zip CMake-3cf3fc510febc42af0db07c71c7c3925724b3201.tar.gz CMake-3cf3fc510febc42af0db07c71c7c3925724b3201.tar.bz2 |
ENH: make sure framework search order is correct
Diffstat (limited to 'Source/cmFindBase.h')
-rw-r--r-- | Source/cmFindBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmFindBase.h b/Source/cmFindBase.h index 7e8d05c..ddb4630 100644 --- a/Source/cmFindBase.h +++ b/Source/cmFindBase.h @@ -42,6 +42,7 @@ public: protected: void PrintFindStuff(); void ExpandPaths(std::vector<std::string> userPaths); + void AddFrameWorkPaths(); void AddEnvironmentVairables(); void AddCMakeVairables(); void AddSystemEnvironmentVairables(); |