src/CMakeLists.txt: Enable multiarch for the cmake files
authorPunit Agrawal <punit1.agrawal@toshiba.co.jp>
Thu, 8 Apr 2021 01:38:10 +0000 (10:38 +0900)
committerPeter Michael Green <plugwash@raspbian.org>
Fri, 25 Mar 2022 11:00:04 +0000 (11:00 +0000)
commit72870c1ebef904c5bcc0453c3026789aa3c04982
treeb6234b5f6aa7840a32eff4b907f58b527e0e22de
parent37ebe67eb81e519f5f93d57c069faa7bc828fe1d
src/CMakeLists.txt: Enable multiarch for the cmake files

The cmake files 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 cmake files to multiarch aware location.

Gbp-Pq: Name 0003-src-CMakeLists.txt-Enable-multiarch-for-the-cmake-fi.patch
CMakeLists.txt
src/CMakeLists.txt