~ubuntu-branches/ubuntu/precise/cmake/precise-updates

« back to all changes in this revision

Viewing changes to Source/cmFindCommon.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-01-17 23:04:07 UTC
  • mfrom: (1.13.6)
  • Revision ID: package-import@ubuntu.com-20120117230407-14cdb6g0mxmh29bl
Tags: 2.8.7-0ubuntu1
* New upstream release
  - Add increase_ctest_test_timeout.diff to increase timeout period
    of a test

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  void FilterPaths(std::vector<std::string>& paths,
48
48
                   const std::set<std::string>& ignore);
49
49
 
50
 
  /** Add trailing slashes to all search paths.  */
51
 
  void AddTrailingSlashes(std::vector<std::string>& paths);
 
50
  /** Compute final search path list (reroot + trailing slash).  */
 
51
  void ComputeFinalPaths();
52
52
 
53
53
  /** Compute the current default root path mode.  */
54
54
  void SelectDefaultRootPathMode();