commit | d7727b9415d220d7147ddbca3bd73ad7cadadae9 | [log] [tgz] |
---|---|---|
author | Jeremy Bettis <jbettis@google.com> | Thu Aug 04 16:51:09 2022 -0600 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Aug 05 14:03:15 2022 +0200 |
tree | b18374307dde2fa7449e3ad3b87ba6a4e7738682 | |
parent | cd7c44a152bc4469ad7da9e38d58df46655d460d [diff] |
cmake: Use cmake var not env for sdk ZEPHYR_SDK_INSTALL_DIR is set from the env if it is not passed explicitly to cmake, but one usage was reading directly from the env, not allowing passing the var to cmake instead. Change find_package of Zephyr-sdk to read from cmake var not env var. Signed-off-by: Jeremy Bettis <jbettis@google.com>