Instead of hard-coding the install locations for non-Windows platforms in
cmake/paths.cmk, libproxy should consider using cmake's GNUInstallDirs:
http://www.cmake.org/cmake/help/git-master/module/GNUInstallDirs.html
The advantage of doing this is that the variables used to control where the
files are installed are shared between all packages that use GNUInstallDirs,
and that makes my life as a packager much easier.
Original issue reported on code.google.com by ross.bur...@intel.com on 14 Jan 2014 at 1:30
Original issue reported on code.google.com by
ross.bur...@intel.com
on 14 Jan 2014 at 1:30