Re: [LEDE-DEV] [PATCH odhcpd] cmake: Find libubox/uloop.h

2016-12-01 Thread Felix Fietkau
On 2016-12-01 02:35, Florian Fainelli wrote: > On 07/01/2016 05:05 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. >> >> Signe

Re: [LEDE-DEV] [PATCH odhcpd] cmake: Find libubox/uloop.h

2016-11-30 Thread Florian Fainelli
On 07/01/2016 05:05 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 I see this was marked a

[LEDE-DEV] [PATCH odhcpd] cmake: Find libubox/uloop.h

2016-07-01 Thread Florian Fainelli
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 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLi