diff options
Diffstat (limited to 'Source/cmFindCommon.h')
-rw-r--r-- | Source/cmFindCommon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmFindCommon.h b/Source/cmFindCommon.h index e141a08..a316b33 100644 --- a/Source/cmFindCommon.h +++ b/Source/cmFindCommon.h @@ -44,6 +44,9 @@ protected: /** Place a set of search paths under the search roots. */ void RerootPaths(std::vector<std::string>& paths); + /** Add trailing slashes to all search paths. */ + void AddTrailingSlashes(std::vector<std::string>& paths); + /** Compute the current default root path mode. */ void SelectDefaultRootPathMode(); |