[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>
Sat, 6 Aug 2022 00:37:17 +0000 (01:37 +0100)
commit9e3768afb4efcce4a21d2dc0e9dce241483cfac4
treeb3146658dd531490d59b8436ac5019d24064cb7a
parent2325804427f8e3fc317191c50402f146295545bd
[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