nuttx-apps/cmake
Junbo Zheng 61e0ea0824 cmake: fix missing '$' in wamrmod dir existence guard
The guard tested the literal string "{WAMR_MODULE_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 cmake: Use NUTTX(_DIR/_BINARY_DIR) instead of CMAKE(_SOURCE_DIR/BINARY_DIR) 2026-08-09 10:43:01 -03:00
nuttx_add_wamrmod.cmake cmake: fix missing '$' in wamrmod dir existence guard 2026-09-13 11:21:09 +08:00
nuttx_wasm_interface.cmake cmake: Use NUTTX(_DIR/_BINARY_DIR) instead of CMAKE(_SOURCE_DIR/BINARY_DIR) 2026-08-09 10:43:01 -03:00