Re: [Kicad-developers] OpenSSL-CMake build system

2013-11-08 Thread Brian Sidebotham
On 8 November 2013 16:42, Dick Hollenbeck wrote: > > I commented this out because CMake barfs if you pass > CMAKE_TOOLCHAIN_FILE as a blank > > value. I left it in, but commented out for exactly this sort of > feedback. I've included it > > in a conditional which checks to see if CMAKE_TOOLCHAIN_

Re: [Kicad-developers] OpenSSL-CMake build system

2013-11-08 Thread Dick Hollenbeck
> I commented this out because CMake barfs if you pass CMAKE_TOOLCHAIN_FILE as > a blank > value. I left it in, but commented out for exactly this sort of feedback. > I've included it > in a conditional which checks to see if CMAKE_TOOLCHAIN_FILE is blank. Well done, perfect solution. one extr

Re: [Kicad-developers] OpenSSL-CMake build system

2013-11-08 Thread Brian Sidebotham
On 23 October 2013 14:57, Dick Hollenbeck wrote: > > Brian, > > If it works for you, it works for me. I want your life as easy as > possible! Plus if it > works for you, it works for Windows users, and that brings them use of the > GITHUB_PLUGIN, > so I am happy all around. > > Hi Dick, Excell

Re: [Kicad-developers] OpenSSL-CMake build system

2013-10-23 Thread Dick Hollenbeck
On 10/22/2013 04:57 PM, Brian Sidebotham wrote: > Hi Guys, > > I attach a diff which uses a new OpenSSL-CMake project I registered on > Launchpad to > provide a CMake build system on-top of OpenSSL. I started with the LuaDist > project's CMake > system and patched it to work with the OpenSSL 1.0

[Kicad-developers] OpenSSL-CMake build system

2013-10-22 Thread Brian Sidebotham
Hi Guys, I attach a diff which uses a new OpenSSL-CMake project I registered on Launchpad to provide a CMake build system on-top of OpenSSL. I started with the LuaDist project's CMake system and patched it to work with the OpenSSL 1.0.1e release. This means that all of the "if( MINGW )" tests and