Skip to content
  • Brad King's avatar
    ENH: Add useful search locations to find_package · e51969ac
    Brad King authored
    This teaches find_package to search
    
      <prefix>/(share|lib)/cmake/<name>*/
    
    for package configuration files.  Packages that do not already have
    files in a <prefix>/lib/<name>* directory can use this location to avoid
    cluttering the lib directory.
    e51969ac