Skip to content

Commit

Permalink
Revert "[nrf noup] cmake: modules: Add ZEPHYR_NRF_MODULE_DIR to snipp…
Browse files Browse the repository at this point in the history
…ets root"

This reverts commit 3a41bb5.

NCS snippet root should have been set in `zephyr/module.yml`.

Signed-off-by: Grzegorz Swiderski <[email protected]>
  • Loading branch information
57300 authored and rlubos committed Jul 16, 2024
1 parent d12380d commit 0439c7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/modules/snippets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function(zephyr_process_snippets)
# Set SNIPPET_ROOT.
list(APPEND SNIPPET_ROOT ${APPLICATION_SOURCE_DIR})
list(APPEND SNIPPET_ROOT ${ZEPHYR_BASE})
list(APPEND SNIPPET_ROOT ${ZEPHYR_NRF_MODULE_DIR})
unset(real_snippet_root)
foreach(snippet_dir ${SNIPPET_ROOT})
# The user might have put a symbolic link in here, for example.
Expand Down

0 comments on commit 0439c7a

Please sign in to comment.