Skip to content

if (CFE_EDS_ENABLED_BUILD references variable APP_NAME using parentheses instead of braces  #2618

@thnkslprpt

Description

@thnkslprpt

Checklist

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
if (CFE_EDS_ENABLED_BUILD... references variable APP_NAME using parentheses instead of braces.

Code snips

cFE/cmake/arch_build.cmake

Lines 111 to 113 in 2f0e1a2

if (CFE_EDS_ENABLED_BUILD AND CFE_EDS_LINK_MODE STREQUAL LOCAL)
target_link_libraries($(APP_NAME) cfe_edsdb_static)
endif()

Expected behavior
Correct syntax.

Reporter Info
Avi Weiss   @thnkslprpt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions