[Wengophone-devel] Re: r9667 - refactoring of DefineWengoOptions.cmake

2007-02-07 Thread Tanguy Krotoff
I moved the *_EXTERNAL options to libs/3rdparty/CMakeLists.txt because it's more consistent from an architecture point of vue Now you can compile using your system cURL via CURL_EXTERNAL It works the same as before Dave Neary wrote: Hi Tanguy, I compile the Wengophone with as many external

[Wengophone-devel] Re: r9667 - refactoring of DefineWengoOptions.cmake

2007-02-07 Thread Dave Neary
Tanguy Krotoff wrote: I moved the *_EXTERNAL options to libs/3rdparty/CMakeLists.txt because it's more consistent from an architecture point of vue Now you can compile using your system cURL via CURL_EXTERNAL I tried but the build failed in httptunnel.o in the owhttp directory - any ideas

[Wengophone-devel] Re: r9667 - refactoring of DefineWengoOptions.cmake

2007-02-07 Thread Tanguy Krotoff
You need curl version = 7.15.2 currently there is not check about libraries version in OWBuild Dave Neary wrote: Tanguy Krotoff wrote: I moved the *_EXTERNAL options to libs/3rdparty/CMakeLists.txt because it's more consistent from an architecture point of vue Now you can compile using your