Re: [Kicad-developers] Rearrange CMakeLists

2016-03-20 Thread Adam Wolf
Yeah, the part here: "the boost that comes with brew uses @executable_path/ which is not understood by GetPrerequisites but a few line change does allow this to work (these are not included with the current patch though)" This patch may let me develop on my regular mac... whoo! On Sun, Mar 20,

Re: [Kicad-developers] Rearrange CMakeLists

2016-03-20 Thread Simon Wells
Hi Adam I assume you are referring to the bundleutilities/getprereqs? Simon On Mon, Mar 21, 2016 at 7:26 AM, Adam Wolf wrote: > Could you post the extra patch or send it my way? > > Thanks! > > Adam Wolf > > On Mon, Mar 7, 2016 at 2:12 PM, Simon Wells

Re: [Kicad-developers] Rearrange CMakeLists

2016-03-20 Thread Adam Wolf
Could you post the extra patch or send it my way? Thanks! Adam Wolf On Mon, Mar 7, 2016 at 2:12 PM, Simon Wells wrote: > Attached is another CMakeLists patch (this is early in dev and not > ready for merge yet i am just looking for comments on it. and as part > of this i

[Kicad-developers] Rearrange CMakeLists

2016-03-07 Thread Simon Wells
Attached is another CMakeLists patch (this is early in dev and not ready for merge yet i am just looking for comments on it. and as part of this i would like to pull (a slightly modified) GetPrerequisites.cmake and BundleUtilities.cmake into the tree due to the current one being wrong and not