tests: do not get ZEPHYR_BASE from ENV

find_package() already deals with finding ZEPHYR_BASE, so do not rely on
it being set in ENV, use the variable directly adter find_package() was
called.

Fixes #75387

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-07-11 06:40:33 -04:00
commit 83bd3658c3
5 changed files with 5 additions and 5 deletions

View file

@ -24,5 +24,5 @@ zephyr_include_directories(
$ENV{BSIM_COMPONENTS_PATH}/libUtilv1/src/
$ENV{BSIM_COMPONENTS_PATH}/libPhyComv1/src/
$ENV{ZEPHYR_BASE}/subsys/bluetooth/host/
${ZEPHYR_BASE}/subsys/bluetooth/host/
)