Re: [LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-06-13 Thread Florian Fainelli
On 05/31/2017 02:02 PM, Florian Fainelli wrote: > Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for > libubox/uloop.h. Some external toolchains which do not include standard > locations would fail to find the header otherwise. > > Signed-off-by: Florian Fainelli Applied, I will follow-

Re: [LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-06-01 Thread Florian Fainelli
On 05/31/2017 02:09 PM, Matthias Schiffer wrote: > On 05/31/2017 11:02 PM, Florian Fainelli wrote: >> Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for >> libubox/uloop.h. Some external toolchains which do not include standard >> locations would fail to find the header otherwise. >> >>

Re: [LEDE-DEV] [PATCH procd] upgraded: cmake: Find and include uloop.h

2017-05-31 Thread Matthias Schiffer
On 05/31/2017 11:02 PM, Florian Fainelli wrote: > Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for > libubox/uloop.h. Some external toolchains which do not include standard > locations would fail to find the header otherwise. > > Signed-off-by: Florian Fainelli > --- > upgraded/CMakeL