cmake: Use relative install locations on Unix too
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 10 Feb 2017 17:43:51 +0000 (18:43 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 10 Feb 2017 22:01:06 +0000 (23:01 +0100)
commitf097ac9f8a32d83c5606ed9303f40cc5761f9d05
tree882c020fb018b33c774c41a60744283483ce7160
parent2417bcd26f3faa974da43c64a412aec52b0de09c
cmake: Use relative install locations on Unix too

Using expanded paths make no sense in install commands because they
may be patched by cmake for example by specifying DESTDIR on install.

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