nuttx-apps/cmake
Junbo Zheng 7a8ce88ed4 cmake: fix missing '$' in luamod dir existence guard
The guard tested the literal string "{LUAMOD_DIR}" instead of the
expanded path, so it never short-circuited and file(MAKE_DIRECTORY)
ran on every configure. Add the missing '$' so the guard checks the
intended path.

Assisted-by: Claude Code (glm-5.3) <claude@anthropic.com>
Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
2026-09-13 11:21:09 +08:00
..
nuttx_add_luamod.cmake cmake: fix missing '$' in luamod dir existence guard 2026-09-13 11:21:09 +08:00
nuttx_add_rust.cmake
nuttx_add_wamrmod.cmake
nuttx_wasm_interface.cmake