paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
403 stars 75 forks source link

cmake: Use GNUInstallDirs to install files to the correct paths #222

Closed Conan-Kudo closed 11 months ago

Conan-Kudo commented 11 months ago

On most Linux distributions (excluding the Debian family), 64-bit stuff goes into lib64, while 32-bit stuff goes into lib or lib32. The Debian family has their own special setup as well.

This change makes it so we install correctly regardless of FHS setup is used.