commit | 5e90da7befd81714fc2f98a5a12fbacd450305b2 | [log] [tgz] |
---|---|---|
author | Mark Ruvald Pedersen <mped@oticon.com> | Wed Dec 19 21:23:57 2018 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Dec 20 11:14:02 2018 +0100 |
tree | 54486f4c76b223c40f4c38aed71ab9f5866a36a0 | |
parent | 722f86652c9a81cdbb6ab180d9259358757046c4 [diff] |
cmake: Remove setting CMAKE_FIND_ROOT_PATH_MODE_* variables These variables affect how CMake locates programs, libraries, include files, and CMake packages. But the defaults are sufficient for Zephyr. NEVER: Only host system's root will be searched. ONLY: Only the paths specified by a variable will be searched. Typically these paths point to cross-compilers. Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>