src/CMakeLists.txt: Enable multiarch for the library
authorPunit Agrawal <punit1.agrawal@toshiba.co.jp>
Tue, 6 Apr 2021 09:06:02 +0000 (18:06 +0900)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Wed, 22 Dec 2021 08:29:11 +0000 (08:29 +0000)
commit23121a7a20cb03182f61567da93ed404563bd7b4
tree97bfd2011db7adb8e8ca850b46dcc63252e56ebd
parent4d37a5e7b3e5ce190cf32653361595a2697cc0dd
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.

Gbp-Pq: Name 0002-src-CMakeLists.txt-Enable-multiarch-for-the-library.patch
src/CMakeLists.txt