You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(zephyr): use absolute module paths in CMakeLists
Zephyr includes module CMakeLists from its own build context; relative paths
for lib/, include/, and subsys/ failed to resolve. Prefix with
CMAKE_CURRENT_LIST_DIR so module files are found consistently.
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments