commit | d7862cf77686e607fcce776df1da6a800315bac8 | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Wed Feb 12 15:42:09 2020 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Mar 27 16:23:46 2020 +0100 |
tree | e716c34a28d6add9a16294db6d299e48349844c0 | |
parent | ad1fecc95057b51e827d088dd3b72df03728bf39 [diff] |
cmake: using ${ZEPHYR_BASE} instead of $ENV{ZEPHYR_BASE} With the introduction of ZephyrConfig.cmake all parts of CMake code should rely on the CMake ZEPHYR_BASE variable instead of the environment setting. This ensures that after the first CMake invocation, then all subsequent invocation in same build folder will use same zephyr base. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>