We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fed4d commit 646ee21Copy full SHA for 646ee21
cmake/modules/rust.cmake
@@ -66,7 +66,6 @@ function(rust_cargo_application)
66
67
get_include_dirs(zephyr_interface include_dirs)
68
69
- get_target_property(include_dirs, zephyr_interface INTERFACE_INCLUDE_DIRECTORIES)
70
get_property(include_defines TARGET zephyr_interface PROPERTY INTERFACE_COMPILE_DEFINITIONS)
71
message(STATUS "Includes: ${include_dirs}")
72
message(STATUS "Defines: ${include_defines}")
0 commit comments