Re: [LEDE-DEV] [PATCH rpcd 1/2] cmake: Find libubox/blobmsg_json.h

2016-12-11 Thread John Crispin
On 11/12/2016 09:12, John Crispin wrote: > > > On 03/12/2016 18:34, Florian Fainelli wrote: >> Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h. >> Some external toolchains which do not include standard locations would fail >> to >> find the header otherwise. >> >> Si

Re: [LEDE-DEV] [PATCH rpcd 1/2] cmake: Find libubox/blobmsg_json.h

2016-12-11 Thread John Crispin
On 03/12/2016 18:34, Florian Fainelli wrote: > Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h. > Some external toolchains which do not include standard locations would fail to > find the header otherwise. > > Signed-off-by: Florian Fainelli > --- > CMakeLists.txt |

[LEDE-DEV] [PATCH rpcd 1/2] cmake: Find libubox/blobmsg_json.h

2016-12-03 Thread Florian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.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/CMakeLis