Skip to content

Commit 491520f

Browse files
butokfabiobaltieri
authored andcommitted
tests: mcumgr: Use EXTRA_ZEPHYR_MODULES
Use EXTRA_ZEPHYR_MODULES that replaced ZEPHYR_EXTRA_MODULES since the Zephyr v3.4 release. Signed-off-by: Andrej Butok <[email protected]>
1 parent e0860eb commit 491520f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subsys/mgmt/mcumgr/handler_demo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 3.20.0)
55

66
# This adds the example module to the list of extra zephyr modules
7-
list(APPEND ZEPHYR_EXTRA_MODULES "${CMAKE_CURRENT_SOURCE_DIR}/example_as_module")
7+
list(APPEND EXTRA_ZEPHYR_MODULES "${CMAKE_CURRENT_SOURCE_DIR}/example_as_module")
88

99
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
1010
project(handler_demo)

0 commit comments

Comments
 (0)