commit | 32922840e7ea8a0536fec393352ede5b75087543 | [log] [tgz] |
---|---|---|
author | Chuck Atkins <chuck.atkins@kitware.com> | Thu Oct 09 13:52:54 2014 -0400 |
committer | Chuck Atkins <chuck.atkins@kitware.com> | Tue Nov 11 13:39:51 2014 -0500 |
tree | 0bc3a3b6307bb4998a322e99b0afc9023205100b | |
parent | f476b41fd8a92c7784a84059f615fdf8155d687e [diff] |
Refactor and seperate search path construction for find commands Prior to this commit, the set of search paths to traverse for find commands was incrementally constructed. This change allows each group of paths, i.e. CMakeVariablePaths, UserHintsPaths, SystemEnvironmentPaths, etc. to be constructed and manipulated independently, and then all combined togethor.