Lines Matching full:zephyr_sdk_install_dir
19 # 'ZEPHYR_SDK_INSTALL_DIR'
46 zephyr_get(ZEPHYR_SDK_INSTALL_DIR)
54 # 1) Zephyr specified as toolchain (ZEPHYR_SDK_INSTALL_DIR still used if defined)
59 (DEFINED ZEPHYR_SDK_INSTALL_DIR) OR
64 NOT DEFINED ZEPHYR_SDK_INSTALL_DIR AND
75 if(DEFINED ZEPHYR_SDK_INSTALL_DIR AND LOAD IN_LIST Zephyr-sdk_FIND_COMPONENTS)
81 REQUIRED QUIET CONFIG HINTS ${ZEPHYR_SDK_INSTALL_DIR}
176 if(DEFINED ZEPHYR_SDK_INSTALL_DIR)
178 set(ZEPHYR_SDK_INSTALL_DIR ${ZEPHYR_SDK_INSTALL_DIR} CACHE PATH "Zephyr SDK install directory") variable
182 include(${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/host-tools.cmake)
185 message(STATUS "Found host-tools: zephyr ${SDK_VERSION} (${ZEPHYR_SDK_INSTALL_DIR})")
189 set(ZEPHYR_TOOLCHAIN_PATH ${ZEPHYR_SDK_INSTALL_DIR})