cmake: Find uci.h
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 11 Jul 2016 19:07:08 +0000 (12:07 -0700)
committerJohn Crispin <john@phrozen.org>
Sun, 24 Jul 2016 04:22:40 +0000 (06:22 +0200)
commit47b23946cb2d51c486cd01596744955f850e2060
tree83144a3cba7f5496acb2630a03e84fac58345fc4
parentbe8ead27f625b3e4ed383f270dcfee2d158231ec
cmake: Find uci.h

Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for uci.h. Some
external toolchains which do not include standard locations would fail
to find the header otherwise.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
CMakeLists.txt