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)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 25 Mar 2022 11:00:04 +0000 (11:00 +0000)
commit37ebe67eb81e519f5f93d57c069faa7bc828fe1d
treebbcad2d1c11110346638deebdaa8471cb50f5402
parent4a97d1dc665175eef3409edfb1bd9b4df3cc3749
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