Skip to content

Fails to build without gtest dependencie when -DENABLE_TESTING=0 #2

@erikzenker

Description

@erikzenker

The Test sub directory is not added depending on the ENABLE_TRACING option.

Could be fixed by adding an if:

if(ENABLE_TESTING)
  add_subdirectory(Test)
endif()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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