Laurent Montel wrote:
> There is a potential problem with:
> install_targets(/lib... )
> we install it into /lib64 on x86_64
It should be something like
install_targets(${kde_install_lib_dir} ...)
and then the variable can be set appropriately in one place.
-Brad