Re: [CMake] lib/cmake vs share/cmake/Modules

2015-02-10 Thread Alexander Neundorf
On Tuesday, February 10, 2015 03:43:33 44ghnqv...@snkmail.com wrote: > Alexander Neundorf wrote at 21:34 +0100 on Feb 9, 2015: > > On Monday, February 09, 2015 18:23:41 44ghnqv...@snkmail.com wrote: > > > How does one who is making a package which installs .cmake files > > > decide whether to p

Re: [CMake] lib/cmake vs share/cmake/Modules

2015-02-10 Thread 44ghnqv8rg
Alexander Neundorf wrote at 21:34 +0100 on Feb 9, 2015: > On Monday, February 09, 2015 18:23:41 44ghnqv...@snkmail.com wrote: > > How does one who is making a package which installs .cmake files > > decide whether to put them in .../share/cmake/Modules or > > .../lib/cmake? Where are the docs

Re: [CMake] lib/cmake vs share/cmake/Modules

2015-02-09 Thread Alexander Neundorf
On Monday, February 09, 2015 18:23:41 44ghnqv...@snkmail.com wrote: > How does one who is making a package which installs .cmake files decide > whether to put them in .../share/cmake/Modules or .../lib/cmake? Where are > the docs about that? I've seen examples of 3rd party packages doing both > (

[CMake] lib/cmake vs share/cmake/Modules

2015-02-09 Thread 44ghnqv8rg
How does one who is making a package which installs .cmake files decide whether to put them in .../share/cmake/Modules or .../lib/cmake? Where are the docs about that? I've seen examples of 3rd party packages doing both (e.g., pulseaudio in lib/cmake/Foo & opencollada - in share/cmake/Modules)