[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)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 3 Dec 2022 16:04:38 +0000 (16:04 +0000)
commit6d9dcce11c19e5095b838217b170c88c74b4ed23
tree5fa4d17cda2be4b93348bbce505fd5ed6c6b9f3a
parenta596743a6540ac86b20365ccada9054440167ca8
[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