avoid hard-coding lib path
authorPatrick Ohly <patrick.ohly@intel.com>
Mon, 26 May 2014 20:23:31 +0000 (22:23 +0200)
committerYoungjae Shin <yj99.shin@samsung.com>
Tue, 9 Jun 2015 12:04:20 +0000 (21:04 +0900)
commit4e1a0387eb885b966e59d6a3e42ce2ea44e8fdb6
tree769bd84fe80cc2ed527a995077d7e3737d694597
parentb443261ab52e37847019b1e4e5d644e97d7577ae
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