cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Use GNUInstallDirs in cmake #203

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
It's a good idea.

But I'd like to figure out if this project is still being actively maintained 
or not...

Original comment by Cickumqt on 8 Aug 2014 at 9:12