Skip to content

Commit 646ee21

Browse files
committed
cmake: rust: Remove redundant call
Remove a redundant call that does exactly what the previous function call accomplishes. Signed-off-by: David Brown <[email protected]>
1 parent f7fed4d commit 646ee21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/rust.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ function(rust_cargo_application)
6666

6767
get_include_dirs(zephyr_interface include_dirs)
6868

69-
get_target_property(include_dirs, zephyr_interface INTERFACE_INCLUDE_DIRECTORIES)
7069
get_property(include_defines TARGET zephyr_interface PROPERTY INTERFACE_COMPILE_DEFINITIONS)
7170
message(STATUS "Includes: ${include_dirs}")
7271
message(STATUS "Defines: ${include_defines}")

0 commit comments

Comments
 (0)