Skip to content

Commit 9a47ee0

Browse files
hakonfamjhedberg
authored andcommitted
sysbuild: cmake: fix incorrect function name in error message
The name in the error message does not match the function name. Signed-off-by: Håkon Amundsen <[email protected]>
1 parent 55c8a16 commit 9a47ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/sysbuild/cmake/modules/sysbuild_extensions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ function(sysbuild_cache_set)
597597
return()
598598
elseif(VARS_REMOVE_DUPLICATES AND NOT VARS_APPEND)
599599
message(FATAL_ERROR
600-
"sysbuild_set(VAR <var> APPEND REMOVE_DUPLICATES ...) missing required APPEND option")
600+
"sysbuild_cache_set(VAR <var> APPEND REMOVE_DUPLICATES ...) missing required APPEND option")
601601
endif()
602602

603603
get_property(var_type CACHE ${VARS_VAR} PROPERTY TYPE)

0 commit comments

Comments
 (0)