[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 20:54:31 +0000 (20:54 +0000)
commita312b75bbddbdbbdc646f005c95424e4a887577b
tree2a8e8ed46d17b2df176a5a99cc9e6501f429a918
parent5429fe0178f25326f15ab8f5a612dc79e0c1ea57
[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