[cmake-developers] FindPackageCheckArchLinuxSymlinks branch on stage
Brad King
brad.king at kitware.com
Thu Jan 24 17:03:50 EST 2013
On 01/24/2013 03:40 PM, Alexander Neundorf wrote:
> There is now the PackageConfigHelper_UsrMove branch on stage.
>
> If the Config.cmake will be installed to /lib(64) or /usr/lib(64), it will use
> full absolute paths.
I like that approach. It automatically distinguishes between the two
common use cases with no special settings. Normally a binary tarball
distribution would be installed with a prefix like
.../$package-$version
into a use home directory so that $package-$version/ would be at the
top of the tarball. In that case your new logic will still use the
relative paths. Nice!
Thanks,
-Brad
More information about the cmake-developers
mailing list