Skip to content
Commit a7ac0494 authored by Ederson de Souza's avatar Ederson de Souza Committed by Anas Nashif
Browse files

cmake: Pass path list in a Windows friendly way



When invoking cmake/llext-edk.cmake, CMakeLists.txt was sending the list
of includes as a colon separated list. On Windows, this list was
actually a single item, so it wasn't being parsed properly.

This patch sends the list as a cmake list and uses separate_arguments()
on the receiving side to fix it.

Fixes #73069

Signed-off-by: default avatarEderson de Souza <ederson.desouza@intel.com>
parent bc9a1be9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment