avoid hard-coding lib path
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 26 May 2014 20:23:31 +0000 (22:23 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Thu, 4 Sep 2014 11:25:56 +0000 (13:25 +0200)
commitc14ba07b4aa803639a1cacc105350c978277c2b0
tree2c16dd13d0a5acb3c3f857e25b894079f6753e18
parentf7708c1cab2b9767f8cc4e359b502bf8afd6f578
avoid hard-coding lib path

The destination of libraries can be lib64 on some x86_64 distros.
Allow changing that via -DCMAKE_INSTALL_LIBDIR and use
GNUInstallDirs to ensures that there is a default value.

Change-Id: Ie6cfebcba4bdfacf6a6c9e86679f69f20898d3ca
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
cpp/CMakeLists.txt