Skip to content

CMake build should specify C++ version #51

@DDoS

Description

@DDoS

According to the Meson build, this project requires at least C++11. This isn't specified in the CMake build, which means an older version of C++ might be used. We've seen this happen in practice.

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 11)

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