cmake: Install executables in bin/ on Unix, not lib/
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 10 Feb 2017 17:41:44 +0000 (18:41 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Fri, 10 Feb 2017 21:59:33 +0000 (22:59 +0100)
commit2417bcd26f3faa974da43c64a412aec52b0de09c
tree7efaf3e456d69f3ddd45250cba8a815cd4fa3475
parent59174d8d16f6a3febd7446994bc8b5e58296e143
cmake: Install executables in bin/ on Unix, not lib/

Previously, executables like dbus-daemon were installed to
the lib subdirectory, but this was unintended. RUNTIME DESTINATION
is the equivalent of Autotools ${bindir}.

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