Skip to content

项目根目录cmake中CONFIG_QCM_SOCKET_ADP_FUNC头文件包含路径有错误 #2

Description

@watashiwacaicai

项目跟目录的cmake文件,570-572行存在:
if(CONFIG_QCM_SOCKET_ADP_FUNC)
include_directories(${UNIRTOS_COMPONENTS_DIR}/socket/socket_adapter/public)
endif()
但实际的头文件包含目录应该是:
if(CONFIG_QCM_SOCKET_ADP_FUNC)
include_directories(${UNIRTOS_COMPONENTS_DIR}/socket/public)
endif()
即socket_adapter目录不存在,应该删除,否则即使.config配置了CONFIG_QCM_SOCKET_ADP_FUNC也会导致找不到头文件

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions