Re: [waffle] [PATCH 2/4] cmake: Add cmake PackageConfig files

2014-12-27 Thread Jordan Justen
On 2014-12-22 14:36:06, Dylan Baker wrote: > This creates and installs a package version file and a package config > file. These are used by find_package with the CONFIG option, and are > roughly equivalent to pkgconfig, but is cmake specific rather than linux > specific. > > Signed-off-by: Dylan

Re: [waffle] [PATCH 1/2] cmake: Install FindWaffle.cmake under system configured path

2014-12-27 Thread Dylan Baker
Sorry if my last reply isn't coherent, I probably shouldn't reply to email at 1:30AM On Sat, Dec 27, 2014 at 1:28 AM, Dylan Baker wrote: > I haven't tested on gentoo yet. I'll do that. > > However, I think we should be putting the find and config modules in > ${PREFIX}/lib${arch}/share/cmake, si

Re: [waffle] [PATCH 1/2] cmake: Install FindWaffle.cmake under system configured path

2014-12-27 Thread Dylan Baker
I haven't tested on gentoo yet. I'll do that. However, I think we should be putting the find and config modules in ${PREFIX}/lib${arch}/share/cmake, since they are not architecture agnostic (waffle compiled for x86 does not fullfil x64, while python fulfills python no matter what version). Cmake s