This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 36b891c1e17f9400c6850c16159549735dab4fad Author: xuxin19 <[email protected]> AuthorDate: Tue Oct 29 14:36:31 2024 +0800 cmake(bugfix):fix fs cmake typo Signed-off-by: xuxin19 <[email protected]> --- fs/partition/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/partition/CMakeLists.txt b/fs/partition/CMakeLists.txt index 0003e831fd..a7323a21c7 100644 --- a/fs/partition/CMakeLists.txt +++ b/fs/partition/CMakeLists.txt @@ -36,7 +36,7 @@ if(NOT CONFIG_DISABLE_MOUNTPOINT) list(APPEND SRCS fs_gpt.c) endif() - if(CONFIG_GPT_PARTITION) + if(CONFIG_TXTABLE_PARTITION) list(APPEND SRCS fs_txtable.c) endif()
