nuttx/cmake
xuxin19 18952b6676 cmake/nuttx_mkversion: quote NUTTX_VERSION_LIST to fix empty variable expansion
When git tag output is empty, NUTTX_VERSION_LIST is an empty variable.
Without quotes, string(REPLACE) expands to only 3 arguments instead
of the required 4, causing a CMake error.

Add quotes around ${NUTTX_VERSION_LIST} to ensure it is always passed
as an argument even when empty.

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2026-04-21 01:36:11 +08:00
..
menuconfig.cmake cmake (enhance): Supports include-style defconfigs that can be modified via menuconfig 2026-04-21 01:30:15 +08:00
nuttx_add_application.cmake cmake:nuttx_add_application support overload 2026-04-21 01:35:05 +08:00
nuttx_add_dependencies.cmake cmake(enhance):enhance NuttX cmake target dependencies and link_library modules 2026-04-21 01:14:28 +08:00
nuttx_add_library.cmake cmake(bugfix):adjust the order of the linked libraries in the group link 2026-04-21 01:34:43 +08:00
nuttx_add_module.cmake Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
nuttx_add_romfs.cmake cmake(bugfix):fix romfs_img missing aligned 2026-04-21 01:34:44 +08:00
nuttx_add_subdirectory.cmake Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
nuttx_add_symtab.cmake Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
nuttx_create_symlink.cmake Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
nuttx_export_header.cmake Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
nuttx_extensions.cmake cmake(feat):add CMake extension to quickly identify CXX standard version 2026-04-21 01:30:30 +08:00
nuttx_generate_dts.cmake cmake: fix cmake warn in nuttx_generate_dts.cmake 2026-04-21 01:31:17 +08:00
nuttx_generate_headers.cmake cmake(bugfix):use apps_post to identify the stage of application library completion 2026-04-21 01:22:07 +08:00
nuttx_generate_outputs.cmake note: fix mknotetype dependency order error 2026-04-21 01:29:19 +08:00
nuttx_generate_sim_ld.cmake sim/cmake: add .scattered_array section inside .text section 2026-04-21 01:14:43 +08:00
nuttx_kconfig.cmake cmake(bugfix):fix dequote error in Kconfig parse 2026-04-21 01:30:55 +08:00
nuttx_mkconfig.cmake cmake(bugfix):add UTF-8 encoding declaration for .config parsing 2026-04-21 01:35:29 +08:00
nuttx_mkversion.cmake cmake/nuttx_mkversion: quote NUTTX_VERSION_LIST to fix empty variable expansion 2026-04-21 01:36:11 +08:00
nuttx_multiple_link.cmake Revert "revert kasan flags" 2026-04-21 01:23:56 +08:00
nuttx_overrides.cmake cmake(bugfix):change default compile obj extension to .o 2026-04-21 01:30:29 +08:00
nuttx_parse_function_args.cmake Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00
nuttx_process_config.cmake arm/rp2040: CMake build for Raspberry Pi RP2040 implemented 2026-04-21 01:34:48 +08:00
nuttx_protected_symbol_share.cmake Support nuttx_user can use nuttx symbol when protected build 2026-04-21 01:27:53 +08:00
nuttx_redefine_symbols.cmake cmake(sync):sync cmake change from github 2026-04-21 01:08:27 +08:00
nuttx_remove_compile_options.cmake cmake:enhance compile options for custom toolchain,implement the REVERSE 2026-04-21 01:01:15 +08:00
nuttx_remove_lines.cmake tasking:remove the invalid line which only have '\n' and ' ' in romfs file 2026-04-21 01:32:49 +08:00
nuttx_sethost.cmake cmake(sync):sync cmake change from github 2026-04-21 01:08:27 +08:00
nuttx_source_file_properties.cmake cmake(sync):resolve cmake sync conflicts in NuttX upgrade 2026-04-21 01:06:17 +08:00
nuttx_syscall_utils.cmake Revert "[BUGFIX]:Syscall parameter and return value truncation" 2026-04-21 01:35:38 +08:00
nuttx_toolchain.cmake cmake(feat):allow CPP custom flag options in CMake build 2026-04-21 01:21:18 +08:00
savedefconfig.cmake cmake (enhance): Supports include-style defconfigs that can be modified via menuconfig 2026-04-21 01:30:15 +08:00
symtab.c.in Merge branch 'master' into vela 2026-04-21 01:12:27 +08:00