cmake: use default GNU installation layout.
authorRalf Habacker <ralf.habacker@freenet.de>
Mon, 13 Feb 2017 19:21:09 +0000 (20:21 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 13 Feb 2017 19:22:47 +0000 (20:22 +0100)
commitfa4e4db20518859606be5dadab347a00d5010162
treea29adf059ffe6dde1f415276dd845d4548cadd60
parentcd3d5e0b8ae3dfa1ee27048347d259c463aeed58
cmake: use default GNU installation layout.

cmake provides a macro named GnuInstallDirs to let install locations
be compatible with GNU's install location layout on several plattforms.
Using that layout makes cmake installs be more compatible to what
autotools use and also supports 32 and 64 bit installations out of the box.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99721
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
cmake/CMakeLists.txt
cmake/dbus/CMakeLists.txt