[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)
committerBenjamin Drung <bdrung@debian.org>
Thu, 29 Feb 2024 18:03:35 +0000 (18:03 +0000)
commitd6144cfc932ae1510f26f66c57f904694e7bbf40
treea32cdab20762976b8d4a344c8bedd4cfd4287631
parent05630113bd7fb32803707d8461e046d8641be7cd
[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