[PATCH 2/3] src/CMakeLists.txt: Enable multiarch for the library
authorNobuhiro Iwamatsu <iwamatsu@debian.org>
Wed, 1 Jun 2022 02:23:22 +0000 (11:23 +0900)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Thu, 8 Sep 2022 02:37:16 +0000 (03:37 +0100)
commit11b1e307dc2f4dc2014128a022dc1e80110fa67b
tree65ff7d1d16b2d8faf4c5e6d2a4672937b623fda6
parent44b8f2ead66cf3a5235f3d11261986e93a462d28
[PATCH 2/3] src/CMakeLists.txt: Enable multiarch for the library

The library install path is hard coded which gets in the way of
enabling multiarch.

Fix this by respecting the standard CMAKE variable used to specify
library install location. This variable gets used during package
building to install the package to multiarch aware location.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Gbp-Pq: Name 0002-src-CMakeLists.txt-Enable-multiarch-for-the-library.patch
src/CMakeLists.txt