Skip to content
  • Alexander Neundorf's avatar
    configure_package_config_file: force absolute paths for usr-move · d4774140
    Alexander Neundorf authored
    The configure_package_config()_file() macro will now use
    absolute paths for the PATH_VARS if the Config.cmake file
    will be installed into /lib(64) or /usr/lib(64), since due to
    the usr-move filesystem changes Config.cmake files installed
    there may be found via two paths (once per symlink via
    /lib(64) and once via /usr/lib ), and in this case
    relative paths break.
    
    Alex
    d4774140