Closed josch closed 6 years ago
Thx for submitting the issue and the patch! I'm not sure against which version you provided the patch? If possible, could you provide a pull request, that makes my life easier :-)
Shoud be fixed by d010f03.
I could provide a pull request but it's not needed anymore, is it? Because you already fixed the issue in commit d010f03.
Sorry, was typing too fast, I meant, could you provide a pull request "next time". Thx for the patch!
Okay, will do! Thanks for maintaining orocos-bfl! :)
Hi,
on some distributions (Debian and derivatives) shared libraries and the pkg-config file go into an architecture qualified path. For example on
amd64
, the shared library would have to be installed to/usr/lib/x86_64-linux-gnu/
. This allows to install libraries from multiple architectures at the same time. To achieve this in CMake and to do the right thing depending on the platform, theGNUInstallDirs
module exists. The following patch is what we use in Debian:Please consider using
GNUInstallDirs
. Thanks!