CMake Error at /home/projects/module-workspace/zephyr/cmake/modules/FindZephyr-sdk.cmake:109 (find_package):
Could not find a package configuration file provided by "Zephyr-sdk"
(requested version 0.16) with any of the following names:
Zephyr-sdkConfig.cmake
zephyr-sdk-config.cmake
Add the installation prefix of "Zephyr-sdk" to CMAKE_PREFIX_PATH or set
"Zephyr-sdk_DIR" to a directory containing one of the above files. If
"Zephyr-sdk" provides a separate development package or SDK, be sure it has
been installed.
Call Stack (most recent call first):
/home/projects/module-workspace/zephyr/cmake/modules/FindHostTools.cmake:53 (find_package)
/home/projects/module-workspace/zephyr/cmake/modules/dts.cmake:9 (find_package)
/home/projects/module-workspace/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
/home/projects/module-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
/home/projects/module-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
CMakeLists.txt:5 (find_package)
I am getting following error:
Any help ?