[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, 7 Jan 2023 08:18:41 +0000 (08:18 +0000)
commit5a7c0b47685ef17d2a135e2cf8425482e18cce02
treeb5f5f250fe8b688d95e872c24bf403b71c2d6545
parentc245e51ff5659c3a0c4ac9708069a9b9c6c16350
[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