[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>
Mon, 30 Jan 2023 05:55:02 +0000 (05:55 +0000)
commit4c5acd07e9d4a341c14f4396abee79c7d92635a1
tree89e69e6f3c769e768cc9b5ddbeaee05f4b5b7656
parent3eead68ca4e1e86a48df3a97e7b2628a3f7a14f7
[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